|
string | ConvertFieldMaskPath (const StringPiece path, ConverterCallback converter) |
|
util::Status | DecodeCompactFieldMaskPaths (StringPiece paths, PathSinkCallback path_sink) |
|
| TEST_F (JsonObjectWriterTest, EmptyRootObject) |
|
| TEST_F (JsonObjectWriterTest, EmptyObject) |
|
| TEST_F (JsonObjectWriterTest, EmptyRootList) |
|
| TEST_F (JsonObjectWriterTest, EmptyList) |
|
| TEST_F (JsonObjectWriterTest, ObjectInObject) |
|
| TEST_F (JsonObjectWriterTest, ListInObject) |
|
| TEST_F (JsonObjectWriterTest, ObjectInList) |
|
| TEST_F (JsonObjectWriterTest, ListInList) |
|
| TEST_F (JsonObjectWriterTest, RenderPrimitives) |
|
| TEST_F (JsonObjectWriterTest, BytesEncodesAsNonWebSafeBase64) |
|
| TEST_F (JsonObjectWriterTest, PrettyPrintList) |
|
| TEST_F (JsonObjectWriterTest, PrettyPrintObject) |
|
| TEST_F (JsonObjectWriterTest, PrettyPrintEmptyObjectInEmptyList) |
|
| TEST_F (JsonObjectWriterTest, PrettyPrintDoubleIndent) |
|
| TEST_F (JsonObjectWriterTest, StringsEscapedAndEnclosedInDoubleQuotes) |
|
| TEST_F (JsonObjectWriterTest, Stringification) |
|
| TEST_F (JsonObjectWriterTest, TestRegularByteEncoding) |
|
| TEST_F (JsonObjectWriterTest, TestWebsafeByteEncoding) |
|
bool | IsLetter (char c) |
|
bool | IsAlphanumeric (char c) |
|
| TEST_F (JsonStreamParserTest, SimpleTrue) |
|
| TEST_F (JsonStreamParserTest, SimpleFalse) |
|
| TEST_F (JsonStreamParserTest, SimpleNull) |
|
| TEST_F (JsonStreamParserTest, EmptyObject) |
|
| TEST_F (JsonStreamParserTest, EmptyList) |
|
| TEST_F (JsonStreamParserTest, SimpleDouble) |
|
| TEST_F (JsonStreamParserTest, ScientificDouble) |
|
| TEST_F (JsonStreamParserTest, SimpleNegativeDouble) |
|
| TEST_F (JsonStreamParserTest, SimpleInt) |
|
| TEST_F (JsonStreamParserTest, SimpleNegativeInt) |
|
| TEST_F (JsonStreamParserTest, SimpleUnsignedInt) |
|
| TEST_F (JsonStreamParserTest, OctalNumberIsInvalid) |
|
| TEST_F (JsonStreamParserTest, HexNumberIsInvalid) |
|
| TEST_F (JsonStreamParserTest, EmptyDoubleQuotedString) |
|
| TEST_F (JsonStreamParserTest, EmptySingleQuotedString) |
|
| TEST_F (JsonStreamParserTest, SimpleDoubleQuotedString) |
|
| TEST_F (JsonStreamParserTest, SimpleSingleQuotedString) |
|
| TEST_F (JsonStreamParserTest, ObjectKeyTypes) |
|
| TEST_F (JsonStreamParserTest, ArrayValues) |
|
| TEST_F (JsonStreamParserTest, ObjectValues) |
|
| TEST_F (JsonStreamParserTest, RejectNonUtf8WhenNotCoerced) |
|
| TEST_F (JsonStreamParserTest, UnicodeEscaping) |
|
| TEST_F (JsonStreamParserTest, UnicodeSurrogatePairEscaping) |
|
| TEST_F (JsonStreamParserTest, UnicodeEscapingInvalidCodePointWhenNotCoerced) |
|
| TEST_F (JsonStreamParserTest, UnicodeEscapingMissingLowSurrogateWhenNotCoerced) |
|
| TEST_F (JsonStreamParserTest, AsciiEscaping) |
|
| TEST_F (JsonStreamParserTest, TrailingCommas) |
|
| TEST_F (JsonStreamParserTest, ExtraTextAfterTrue) |
|
| TEST_F (JsonStreamParserTest, InvalidNumberDashOnly) |
|
| TEST_F (JsonStreamParserTest, InvalidNumberDashName) |
|
| TEST_F (JsonStreamParserTest, InvalidLiteralInArray) |
|
| TEST_F (JsonStreamParserTest, InvalidLiteralInObject) |
|
| TEST_F (JsonStreamParserTest, MismatchedSingleQuotedLiteral) |
|
| TEST_F (JsonStreamParserTest, MismatchedDoubleQuotedLiteral) |
|
| TEST_F (JsonStreamParserTest, UnterminatedLiteralString) |
|
| TEST_F (JsonStreamParserTest, UnterminatedStringEscape) |
|
| TEST_F (JsonStreamParserTest, UnterminatedStringInArray) |
|
| TEST_F (JsonStreamParserTest, UnterminatedStringInObject) |
|
| TEST_F (JsonStreamParserTest, UnterminatedObject) |
|
| TEST_F (JsonStreamParserTest, MismatchedCloseObject) |
|
| TEST_F (JsonStreamParserTest, MismatchedCloseArray) |
|
| TEST_F (JsonStreamParserTest, InvalidNumericObjectKey) |
|
| TEST_F (JsonStreamParserTest, InvalidLiteralObjectInObject) |
|
| TEST_F (JsonStreamParserTest, InvalidLiteralArrayInObject) |
|
| TEST_F (JsonStreamParserTest, InvalidLiteralValueInObject) |
|
| TEST_F (JsonStreamParserTest, MissingColonAfterStringInObject) |
|
| TEST_F (JsonStreamParserTest, MissingColonAfterKeyInObject) |
|
| TEST_F (JsonStreamParserTest, EndOfTextAfterKeyInObject) |
|
| TEST_F (JsonStreamParserTest, MissingValueAfterColonInObject) |
|
| TEST_F (JsonStreamParserTest, MissingCommaBetweenObjectEntries) |
|
| TEST_F (JsonStreamParserTest, InvalidLiteralAsObjectKey) |
|
| TEST_F (JsonStreamParserTest, ExtraCharactersAfterObject) |
|
| TEST_F (JsonStreamParserTest, PositiveNumberTooBig) |
|
| TEST_F (JsonStreamParserTest, NegativeNumberTooBig) |
|
| TEST_F (JsonStreamParserTest, UnfinishedEscape) |
|
| TEST_F (JsonStreamParserTest, UnfinishedUnicodeEscape) |
|
| TEST_F (JsonStreamParserTest, UnicodeEscapeCutOff) |
|
| TEST_F (JsonStreamParserTest, BracketedUnicodeEscape) |
|
| TEST_F (JsonStreamParserTest, UnicodeEscapeInvalidCharacters) |
|
| TEST_F (JsonStreamParserTest, UnicodeEscapeLowHalfSurrogateInvalidCharacters) |
|
| TEST_F (JsonStreamParserTest, ExtraCommaInObject) |
|
| TEST_F (JsonStreamParserTest, ExtraCommaInArray) |
|
| TEST_F (JsonStreamParserTest, ExtraTextAfterLiteral) |
|
| TEST_F (JsonStreamParserTest, ExtraTextAfterObject) |
|
| TEST_F (JsonStreamParserTest, ExtraTextAfterArray) |
|
| TEST_F (JsonStreamParserTest, UnknownCharactersAsValue) |
|
| TEST_F (JsonStreamParserTest, UnknownCharactersInArray) |
|
| TEST_F (JsonStreamParserTest, UnknownCharactersInObject) |
|
| GOOGLE_PROTOBUF_DECLARE_ONCE (source_renderers_init_) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtostreamObjectSourceTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtostreamObjectSourceTest, EmptyMessage) |
|
| TEST_P (ProtostreamObjectSourceTest, Primitives) |
|
| TEST_P (ProtostreamObjectSourceTest, RepeatingPrimitives) |
|
| TEST_P (ProtostreamObjectSourceTest, CustomJsonName) |
|
| TEST_P (ProtostreamObjectSourceTest, NestedMessage) |
|
| TEST_P (ProtostreamObjectSourceTest, RepeatingField) |
|
| TEST_P (ProtostreamObjectSourceTest, PackedRepeatingFields) |
|
| TEST_P (ProtostreamObjectSourceTest, NonPackedPackableFieldsActuallyPacked) |
|
| TEST_P (ProtostreamObjectSourceTest, PackedPackableFieldNotActuallyPacked) |
|
| TEST_P (ProtostreamObjectSourceTest, BadAuthor) |
|
| TEST_P (ProtostreamObjectSourceTest, NestedBookToBadNestedBook) |
|
| TEST_P (ProtostreamObjectSourceTest, BadNestedBookToNestedBook) |
|
| TEST_P (ProtostreamObjectSourceTest, LongRepeatedListDoesNotBreakIntoMultipleJsonLists) |
|
| TEST_P (ProtostreamObjectSourceTest, LowerCamelEnumOutputTest) |
|
| TEST_P (ProtostreamObjectSourceTest, EnumCaseIsUnchangedByDefault) |
|
| TEST_P (ProtostreamObjectSourceTest, CyclicMessageDepthTest) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtostreamObjectSourceMapsTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtostreamObjectSourceMapsTest, MapsTest) |
|
| TEST_P (ProtostreamObjectSourceMapsTest, MissingKeysTest) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtostreamObjectSourceAnysTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, BasicAny) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, RecursiveAny) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, DoubleRecursiveAny) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, EmptyAnyOutputsEmptyObject) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, EmptyWithTypeAndNoValueOutputsType) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, MissingTypeUrlError) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, UnknownTypeServiceError) |
|
| TEST_P (ProtostreamObjectSourceAnysTest, UnknownTypeError) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtostreamObjectSourceStructTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtostreamObjectSourceStructTest, StructRenderSuccess) |
|
| TEST_P (ProtostreamObjectSourceStructTest, MissingValueSkipsField) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtostreamObjectSourceFieldMaskTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtostreamObjectSourceFieldMaskTest, FieldMaskRenderSuccess) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtostreamObjectSourceTimestampTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtostreamObjectSourceTimestampTest, InvalidTimestampBelowMinTest) |
|
| TEST_P (ProtostreamObjectSourceTimestampTest, InvalidTimestampAboveMaxTest) |
|
| TEST_P (ProtostreamObjectSourceTimestampTest, InvalidDurationBelowMinTest) |
|
| TEST_P (ProtostreamObjectSourceTimestampTest, InvalidDurationAboveMaxTest) |
|
| GOOGLE_PROTOBUF_DECLARE_ONCE (writer_renderers_init_) |
|
| MATCHER_P (HasObjectLocation, expected, "Verifies the expected object location") |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterTest, EmptyObject) |
|
| TEST_P (ProtoStreamObjectWriterTest, SimpleObject) |
|
| TEST_P (ProtoStreamObjectWriterTest, SimpleMessage) |
|
| TEST_P (ProtoStreamObjectWriterTest, CustomJsonName) |
|
| TEST_P (ProtoStreamObjectWriterTest, PrimitiveFromStringConversion) |
|
| TEST_P (ProtoStreamObjectWriterTest, InfinityInputTest) |
|
| TEST_P (ProtoStreamObjectWriterTest, NaNInputTest) |
|
| TEST_P (ProtoStreamObjectWriterTest, ImplicitPrimitiveList) |
|
| TEST_P (ProtoStreamObjectWriterTest, LastWriteWinsOnNonRepeatedPrimitiveFieldWithDuplicates) |
|
| TEST_P (ProtoStreamObjectWriterTest, ExplicitPrimitiveList) |
|
| TEST_P (ProtoStreamObjectWriterTest, NonRepeatedExplicitPrimitiveList) |
|
| TEST_P (ProtoStreamObjectWriterTest, ImplicitMessageList) |
|
| TEST_P (ProtoStreamObjectWriterTest, LastWriteWinsOnNonRepeatedMessageFieldWithDuplicates) |
|
| TEST_P (ProtoStreamObjectWriterTest, ExplicitMessageList) |
|
| TEST_P (ProtoStreamObjectWriterTest, NonRepeatedExplicitMessageList) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnknownFieldAtRoot) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnknownFieldAtAuthorFriend) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnknownObjectAtRoot) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnknownObjectAtAuthor) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnknownListAtRoot) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnknownListAtPublisher) |
|
| TEST_P (ProtoStreamObjectWriterTest, MissingRequiredField) |
|
| TEST_P (ProtoStreamObjectWriterTest, InvalidFieldValueAtRoot) |
|
| TEST_P (ProtoStreamObjectWriterTest, MultipleInvalidFieldValues) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnnamedFieldAtRoot) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnnamedFieldAtAuthor) |
|
| TEST_P (ProtoStreamObjectWriterTest, UnnamedListAtRoot) |
|
| TEST_P (ProtoStreamObjectWriterTest, RootNamedObject) |
|
| TEST_P (ProtoStreamObjectWriterTest, RootNamedList) |
|
| TEST_P (ProtoStreamObjectWriterTest, RootUnnamedField) |
|
| TEST_P (ProtoStreamObjectWriterTest, RootNamedField) |
|
| TEST_P (ProtoStreamObjectWriterTest, NullValue) |
|
| TEST_P (ProtoStreamObjectWriterTest, NullValueForMessageField) |
|
| TEST_P (ProtoStreamObjectWriterTest, NullValueForPrimitiveField) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterTimestampDurationTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, ParseTimestamp) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, ParseTimestampYearNotZeroPadded) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, ParseTimestampYearZeroPadded) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, ParseTimestampWithPositiveOffset) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, ParseTimestampWithNegativeOffset) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, TimestampWithInvalidOffset1) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, TimestampWithInvalidOffset2) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, TimestampWithInvalidOffset3) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, TimestampWithInvalidOffset4) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError1) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError2) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError3) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError4) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError5) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError6) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError7) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidTimestampError8) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, ParseDuration) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidDurationError1) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidDurationError2) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidDurationError3) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidDurationError4) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, InvalidDurationError5) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, MismatchedTimestampTypeInput) |
|
| TEST_P (ProtoStreamObjectWriterTimestampDurationTest, MismatchedDurationTypeInput) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterStructTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, StructRenderSuccess) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, StructNullInputSuccess) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, StructInvalidInputFailure) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, SimpleRepeatedStructMapKeyTest) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, RepeatedStructMapListKeyTest) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, RepeatedStructMapObjectKeyTest) |
|
| TEST_P (ProtoStreamObjectWriterStructTest, OptionStructIntAsStringsTest) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterMapTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterMapTest, MapShouldNotAcceptList) |
|
| TEST_P (ProtoStreamObjectWriterMapTest, RepeatedMapKeyTest) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterAnyTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyRenderSuccess) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, RecursiveAny) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, DoubleRecursiveAny) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, EmptyAnyFromEmptyObject) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithoutTypeUrlFails1) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithoutTypeUrlFails2) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithoutTypeUrlFails3) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithInvalidTypeUrlFails) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithUnknownTypeFails) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyNullInputFails) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWellKnownTypeErrorTest) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithNestedPrimitiveValue) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithNestedObjectValue) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWithNestedArrayValue) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWellKnownTypesNoValueFieldForPrimitive) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWellKnownTypesNoValueFieldForObject) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWellKnownTypesNoValueFieldForArray) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWellKnownTypesExpectObjectForStruct) |
|
| TEST_P (ProtoStreamObjectWriterAnyTest, AnyWellKnownTypesExpectObjectForAny) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterFieldMaskTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, SimpleFieldMaskTest) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MutipleMasksInCompactForm) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, RepeatedFieldMaskTest) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, EmptyFieldMaskTest) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MaskUsingApiaryStyleShouldWork) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MoreCloseThanOpenParentheses) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MoreOpenThanCloseParentheses) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, PathWithMapKeyShouldWork) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MapKeyMustBeAtTheEndOfAPathSegment) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MapKeyMustEnd) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MapKeyMustBeEscapedCorrectly) |
|
| TEST_P (ProtoStreamObjectWriterFieldMaskTest, MapKeyCanContainAnyChars) |
|
| INSTANTIATE_TEST_CASE_P (DifferentTypeInfoSourceTest, ProtoStreamObjectWriterOneOfsTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForPrimitiveTypesTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForMessageTypesPrimitiveFirstTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForMessageTypesMessageFirstTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForStructTypesPrimitiveFirstTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForStructTypesStructFirstTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForStructValueTypesTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForWellKnownTypesPrimitiveFirstTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForWellKnownTypesWktFirstTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForWellKnownTypesAndMessageTest) |
|
| TEST_P (ProtoStreamObjectWriterOneOfsTest, MultipleOneofsFailForOneofWithinAnyTest) |
|
bool | GetBoolOptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, bool default_value) |
|
int64 | GetInt64OptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, int64 default_value) |
|
double | GetDoubleOptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, double default_value) |
|
string | GetStringOptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, const string &default_value) |
|
template<typename T > |
void | ParseFromAny (const string &data, T *result) |
|
bool | GetBoolFromAny (const google::protobuf::Any &any) |
|
int64 | GetInt64FromAny (const google::protobuf::Any &any) |
|
double | GetDoubleFromAny (const google::protobuf::Any &any) |
|
string | GetStringFromAny (const google::protobuf::Any &any) |
|
const StringPiece | GetTypeWithoutUrl (StringPiece type_url) |
|
const string | GetFullTypeWithUrl (StringPiece simple_type) |
|
const google::protobuf::Option * | FindOptionOrNull (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name) |
|
const google::protobuf::Field * | FindFieldInTypeOrNull (const google::protobuf::Type *type, StringPiece field_name) |
|
const google::protobuf::Field * | FindJsonFieldInTypeOrNull (const google::protobuf::Type *type, StringPiece json_name) |
|
const google::protobuf::EnumValue * | FindEnumValueByNameOrNull (const google::protobuf::Enum *enum_type, StringPiece enum_name) |
|
const google::protobuf::EnumValue * | FindEnumValueByNumberOrNull (const google::protobuf::Enum *enum_type, int32 value) |
|
string | ToCamelCase (const StringPiece input) |
|
string | ToSnakeCase (StringPiece input) |
|
| GOOGLE_PROTOBUF_DECLARE_ONCE (well_known_types_init_) |
|
void | DeleteWellKnownTypes () |
|
void | InitWellKnownTypes () |
|
bool | IsWellKnownType (const string &type_name) |
|
bool | IsValidBoolString (const string &bool_string) |
|
bool | IsMap (const google::protobuf::Field &field, const google::protobuf::Type &type) |
|
bool | IsMessageSetWireFormat (const google::protobuf::Type &type) |
|
string | DoubleAsString (double value) |
|
string | FloatAsString (float value) |
|
bool | SafeStrToFloat (StringPiece str, float *value) |
|
template<typename T > |
string | ValueAsString (T value) |
|
template<> |
string | ValueAsString (float value) |
|
template<> |
string | ValueAsString (double value) |
|