Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc98 reflection_1->GetRepeatedStringReference( in Compare()
100 reflection_2->GetRepeatedStringReference( in Compare()
/external/protobuf/src/google/protobuf/
Dtest_util.h628 EXPECT_EQ("215", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
630 EXPECT_EQ("216", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
662 EXPECT_EQ("224", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
667 EXPECT_EQ("225", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
697 EXPECT_EQ("315", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
699 EXPECT_EQ("316", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
731 EXPECT_EQ("324", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
736 EXPECT_EQ("325", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
Dwire_format.cc1022 ? message_reflection->GetRepeatedStringReference(message, field, in SerializeFieldWithCachedSizes()
1042 ? message_reflection->GetRepeatedStringReference(message, field, in SerializeFieldWithCachedSizes()
1327 ? message_reflection->GetRepeatedStringReference(message, field, in FieldDataOnlyByteSize()
Dmessage.h617 const std::string& GetRepeatedStringReference(const Message& message,
Dgenerated_message_reflection_unittest.cc125 &reflection->GetRepeatedStringReference( in TEST()
Dgenerated_message_reflection.cc1241 const std::string& Reflection::GetRepeatedStringReference( in GetRepeatedStringReference() function in google::protobuf::Reflection
1244 USAGE_CHECK_ALL(GetRepeatedStringReference, REPEATED, STRING); in GetRepeatedStringReference()
Dtext_format.cc2337 ? reflection->GetRepeatedStringReference(message, field, index, in PrintFieldValue()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc263 const string& value = reflection->GetRepeatedStringReference( in Item()