Home
last modified time | relevance | path

Searched refs:GetRepeatedStringReference (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dfield_comparator.cc101 CompareString(*field, reflection_1->GetRepeatedStringReference( in Compare()
103 reflection_2->GetRepeatedStringReference( in Compare()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format.cc913 message_reflection->GetRepeatedStringReference( in SerializeFieldWithCachedSizes()
931 message_reflection->GetRepeatedStringReference( in SerializeFieldWithCachedSizes()
1100 message_reflection->GetRepeatedStringReference( in FieldDataOnlyByteSize()
Dmessage.h655 virtual const string& GetRepeatedStringReference(
Dgenerated_message_reflection.h331 const string& GetRepeatedStringReference(const Message& message,
Dtest_util.cc2790 …EXPECT_EQ("215", reflection->GetRepeatedStringReference(message, F("repeated_string"), 0, &scratch… in ExpectAllFieldsSetViaReflection2()
2791 …EXPECT_EQ("216", reflection->GetRepeatedStringReference(message, F("repeated_bytes"), 0, &scratch)… in ExpectAllFieldsSetViaReflection2()
2809 EXPECT_EQ("224", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
2813 EXPECT_EQ("225", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
2832 EXPECT_EQ("315", reflection->GetRepeatedStringReference(message, F("repeated_string"), in ExpectAllFieldsSetViaReflection2()
2834 EXPECT_EQ("316", reflection->GetRepeatedStringReference(message, F("repeated_bytes"), in ExpectAllFieldsSetViaReflection2()
2853 EXPECT_EQ("324", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
2857 EXPECT_EQ("325", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
Dgenerated_message_reflection_unittest.cc126 &reflection->GetRepeatedStringReference(message, F("repeated_string"), in TEST()
Dgenerated_message_reflection.cc1229 const string& GeneratedMessageReflection::GetRepeatedStringReference( in GetRepeatedStringReference() function in google::protobuf::internal::GeneratedMessageReflection
1232 USAGE_CHECK_ALL(GetRepeatedStringReference, REPEATED, STRING); in GetRepeatedStringReference()
Dtext_format.cc1817 ? reflection->GetRepeatedStringReference( in PrintFieldValue()