Searched refs:GetRepeatedString (Results 1 – 7 of 7) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ |
| D | test_util.h | 624 reflection->GetRepeatedString(message, F("repeated_string"), 0)); in ExpectAllFieldsSetViaReflection2() 626 reflection->GetRepeatedString(message, F("repeated_bytes"), 0)); in ExpectAllFieldsSetViaReflection2() 660 EXPECT_EQ("224", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 666 reflection->GetRepeatedString(message, F("repeated_cord"), 0)); in ExpectAllFieldsSetViaReflection2() 693 reflection->GetRepeatedString(message, F("repeated_string"), 1)); in ExpectAllFieldsSetViaReflection2() 695 reflection->GetRepeatedString(message, F("repeated_bytes"), 1)); in ExpectAllFieldsSetViaReflection2() 729 EXPECT_EQ("324", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 735 reflection->GetRepeatedString(message, F("repeated_cord"), 1)); in ExpectAllFieldsSetViaReflection2()
|
| D | generated_message_reflection.cc | 1261 std::string Reflection::GetRepeatedString(const Message& message, in GetRepeatedString() function in google::protobuf::Reflection 1264 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING); in GetRepeatedString() 1266 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in GetRepeatedString() 1281 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in GetRepeatedStringReference()
|
| D | extension_set.h | 322 const std::string& GetRepeatedString(int number, int index) const; 1090 return set.GetRepeatedString(number, index); in Get()
|
| D | message.h | 621 std::string GetRepeatedString(const Message& message,
|
| D | extension_set.cc | 538 const std::string& ExtensionSet::GetRepeatedString(int number, in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | type_resolver_util.cc | 219 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
|
| /third_party/protobuf/ |
| D | libprotobuf_lite.map | 183 "google::protobuf::internal::ExtensionSet::GetRepeatedString(int, int) const"; 268 "google::protobuf::internal::ExtensionSet::GetRepeatedString[abi:cxx11](int, int) const";
|