Home
last modified time | relevance | path

Searched refs:GetRepeatedString (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtest_util.h624 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()
Dgenerated_message_reflection.cc1261 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()
Dextension_set.h322 const std::string& GetRepeatedString(int number, int index) const;
1090 return set.GetRepeatedString(number, index); in Get()
Dmessage.h621 std::string GetRepeatedString(const Message& message,
Dextension_set.cc538 const std::string& ExtensionSet::GetRepeatedString(int number, in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc219 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
/third_party/protobuf/
Dlibprotobuf_lite.map183 "google::protobuf::internal::ExtensionSet::GetRepeatedString(int, int) const";
268 "google::protobuf::internal::ExtensionSet::GetRepeatedString[abi:cxx11](int, int) const";