Searched refs:GetRepeatedStringReference (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator.cc | 98 reflection_1->GetRepeatedStringReference( in Compare() 100 reflection_2->GetRepeatedStringReference( in Compare()
|
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 628 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()
|
D | wire_format.cc | 1022 ? message_reflection->GetRepeatedStringReference(message, field, in SerializeFieldWithCachedSizes() 1042 ? message_reflection->GetRepeatedStringReference(message, field, in SerializeFieldWithCachedSizes() 1327 ? message_reflection->GetRepeatedStringReference(message, field, in FieldDataOnlyByteSize()
|
D | message.h | 617 const std::string& GetRepeatedStringReference(const Message& message,
|
D | generated_message_reflection_unittest.cc | 125 &reflection->GetRepeatedStringReference( in TEST()
|
D | generated_message_reflection.cc | 1241 const std::string& Reflection::GetRepeatedStringReference( in GetRepeatedStringReference() function in google::protobuf::Reflection 1244 USAGE_CHECK_ALL(GetRepeatedStringReference, REPEATED, STRING); in GetRepeatedStringReference()
|
D | text_format.cc | 2337 ? reflection->GetRepeatedStringReference(message, field, index, in PrintFieldValue()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 263 const string& value = reflection->GetRepeatedStringReference( in Item()
|