Searched refs:GetRepeatedString (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 1212 string GeneratedMessageReflection::GetRepeatedString( in GetRepeatedString() function in google::protobuf::internal::GeneratedMessageReflection 1214 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING); in GetRepeatedString() 1216 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in GetRepeatedString() 1234 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in GetRepeatedStringReference()
|
D | extension_set.h | 305 const string & GetRepeatedString (int number, int index) const; 836 return set.GetRepeatedString(number, index); in Get()
|
D | test_util.cc | 2787 EXPECT_EQ("215", reflection->GetRepeatedString(message, F("repeated_string" ), 0)); in ExpectAllFieldsSetViaReflection2() 2788 EXPECT_EQ("216", reflection->GetRepeatedString(message, F("repeated_bytes" ), 0)); in ExpectAllFieldsSetViaReflection2() 2808 EXPECT_EQ("224", reflection->GetRepeatedString(message, F("repeated_string_piece"), 0)); in ExpectAllFieldsSetViaReflection2() 2812 EXPECT_EQ("225", reflection->GetRepeatedString(message, F("repeated_cord"), 0)); in ExpectAllFieldsSetViaReflection2() 2829 EXPECT_EQ("315", reflection->GetRepeatedString(message, F("repeated_string" ), 1)); in ExpectAllFieldsSetViaReflection2() 2830 EXPECT_EQ("316", reflection->GetRepeatedString(message, F("repeated_bytes" ), 1)); in ExpectAllFieldsSetViaReflection2() 2852 EXPECT_EQ("324", reflection->GetRepeatedString(message, F("repeated_string_piece"), 1)); in ExpectAllFieldsSetViaReflection2() 2856 EXPECT_EQ("325", reflection->GetRepeatedString(message, F("repeated_cord"), 1)); in ExpectAllFieldsSetViaReflection2()
|
D | generated_message_reflection.h | 329 string GetRepeatedString(const Message& message,
|
D | message.h | 636 virtual string GetRepeatedString(const Message& message,
|
D | extension_set.cc | 509 const string& ExtensionSet::GetRepeatedString(int number, int index) const { in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 152 *value = is_repeated() ? reflection().GetRepeatedString(*message_, in Load()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 259 string value = reflection->GetRepeatedString( in Item()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 751 func (m *TestAllTypes) GetRepeatedString() []string { func
|