webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
Google.Protobuf.JsonTokenizerTest Class Reference

Public Member Functions

void EmptyObjectValue ()
 
void EmptyArrayValue ()
 
void StringValue (string json, string expectedValue)
 
void MixedSurrogatePairs ()
 
void ObjectDepth ()
 
void ObjectDepth_WithPushBack ()
 
void InvalidStringValue (string json)
 
void InvalidSurrogatePairs ()
 
void NumberValue (string json, double expectedValue)
 
void InvalidNumberValue (string json)
 
void InvalidLiterals (string json)
 
void NullValue ()
 
void TrueValue ()
 
void FalseValue ()
 
void SimpleObject ()
 
void InvalidStructure (string json, int expectedValidTokens)
 
void ArrayMixedType ()
 
void ObjectMixedType ()
 
void NextAfterEndDocumentThrows ()
 
void CanPushBackEndDocument ()
 

Member Function Documentation

◆ ArrayMixedType()

void Google.Protobuf.JsonTokenizerTest.ArrayMixedType ( )
inline

◆ CanPushBackEndDocument()

void Google.Protobuf.JsonTokenizerTest.CanPushBackEndDocument ( )
inline

◆ EmptyArrayValue()

void Google.Protobuf.JsonTokenizerTest.EmptyArrayValue ( )
inline

◆ EmptyObjectValue()

void Google.Protobuf.JsonTokenizerTest.EmptyObjectValue ( )
inline

◆ FalseValue()

void Google.Protobuf.JsonTokenizerTest.FalseValue ( )
inline

◆ InvalidLiterals()

void Google.Protobuf.JsonTokenizerTest.InvalidLiterals ( string  json)
inline

◆ InvalidNumberValue()

void Google.Protobuf.JsonTokenizerTest.InvalidNumberValue ( string  json)
inline

◆ InvalidStringValue()

void Google.Protobuf.JsonTokenizerTest.InvalidStringValue ( string  json)
inline

◆ InvalidStructure()

void Google.Protobuf.JsonTokenizerTest.InvalidStructure ( string  json,
int  expectedValidTokens 
)
inline

◆ InvalidSurrogatePairs()

void Google.Protobuf.JsonTokenizerTest.InvalidSurrogatePairs ( )
inline

◆ MixedSurrogatePairs()

void Google.Protobuf.JsonTokenizerTest.MixedSurrogatePairs ( )
inline

◆ NextAfterEndDocumentThrows()

void Google.Protobuf.JsonTokenizerTest.NextAfterEndDocumentThrows ( )
inline

◆ NullValue()

void Google.Protobuf.JsonTokenizerTest.NullValue ( )
inline

◆ NumberValue()

void Google.Protobuf.JsonTokenizerTest.NumberValue ( string  json,
double  expectedValue 
)
inline

◆ ObjectDepth()

void Google.Protobuf.JsonTokenizerTest.ObjectDepth ( )
inline

◆ ObjectDepth_WithPushBack()

void Google.Protobuf.JsonTokenizerTest.ObjectDepth_WithPushBack ( )
inline

◆ ObjectMixedType()

void Google.Protobuf.JsonTokenizerTest.ObjectMixedType ( )
inline

◆ SimpleObject()

void Google.Protobuf.JsonTokenizerTest.SimpleObject ( )
inline

◆ StringValue()

void Google.Protobuf.JsonTokenizerTest.StringValue ( string  json,
string  expectedValue 
)
inline

◆ TrueValue()

void Google.Protobuf.JsonTokenizerTest.TrueValue ( )
inline

The documentation for this class was generated from the following file: