/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | test_util.h | 638 reflection->GetRepeatedString(message, F("repeated_string"), 0)); in ExpectAllFieldsSetViaReflection2() 640 reflection->GetRepeatedString(message, F("repeated_bytes"), 0)); in ExpectAllFieldsSetViaReflection2() 674 EXPECT_EQ("224", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 680 reflection->GetRepeatedString(message, F("repeated_cord"), 0)); in ExpectAllFieldsSetViaReflection2() 707 reflection->GetRepeatedString(message, F("repeated_string"), 1)); in ExpectAllFieldsSetViaReflection2() 709 reflection->GetRepeatedString(message, F("repeated_bytes"), 1)); in ExpectAllFieldsSetViaReflection2() 743 EXPECT_EQ("324", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 749 reflection->GetRepeatedString(message, F("repeated_cord"), 1)); in ExpectAllFieldsSetViaReflection2()
|
H A D | generated_message_reflection.cc | 1728 std::string Reflection::GetRepeatedString(const Message& message, in Swap() function in google::protobuf::Reflection 1731 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING); in Swap() 1733 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in Swap() 1749 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in Swap()
|
H A D | extension_set.h | 333 const std::string& GetRepeatedString(int number, int index) const; 1185 return set.GetRepeatedString(number, index); in Get()
|
H A D | message.h | 695 std::string GetRepeatedString(const Message& message,
|
H A D | extension_set.cc | 568 const std::string& ExtensionSet::GetRepeatedString(int number, in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | test_util.h | 638 reflection->GetRepeatedString(message, F("repeated_string"), 0)); in ExpectAllFieldsSetViaReflection2() 640 reflection->GetRepeatedString(message, F("repeated_bytes"), 0)); in ExpectAllFieldsSetViaReflection2() 674 EXPECT_EQ("224", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 680 reflection->GetRepeatedString(message, F("repeated_cord"), 0)); in ExpectAllFieldsSetViaReflection2() 707 reflection->GetRepeatedString(message, F("repeated_string"), 1)); in ExpectAllFieldsSetViaReflection2() 709 reflection->GetRepeatedString(message, F("repeated_bytes"), 1)); in ExpectAllFieldsSetViaReflection2() 743 EXPECT_EQ("324", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 749 reflection->GetRepeatedString(message, F("repeated_cord"), 1)); in ExpectAllFieldsSetViaReflection2()
|
H A D | generated_message_reflection.cc | 1728 std::string Reflection::GetRepeatedString(const Message& message, in Swap() function in google::protobuf::Reflection 1731 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING); in Swap() 1733 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in Swap() 1749 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in Swap()
|
H A D | extension_set.h | 333 const std::string& GetRepeatedString(int number, int index) const; 1185 return set.GetRepeatedString(number, index); in Get()
|
H A D | message.h | 695 std::string GetRepeatedString(const Message& message,
|
H A D | extension_set.cc | 568 const std::string& ExtensionSet::GetRepeatedString(int number, in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/ |
H A D | fields.pb.go | 353 func (x *FieldTestMessage) GetRepeatedString() []string { func
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 217 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/fieldtrack/ |
H A D | fieldtrack.pb.go | 385 func (x *TestFieldTrack) GetRepeatedString() []string { func
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 217 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
|
/aosp_15_r20/external/libprotobuf-mutator/src/ |
H A D | field_instance.h | 153 *value = is_repeated() ? reflection().GetRepeatedString(*message_, in Load()
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/ |
H A D | test.pb.go | 488 func (m *Message) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/ |
H A D | test.pb.go | 637 func (x *TestAllTypes) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
H A D | fields.pb.go | 603 func (x *FieldTestMessage) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/ |
H A D | test.pb.go | 580 func (m *Message) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/ |
H A D | test.pb.go | 479 func (m *Message) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/ |
H A D | test.pb.go | 542 func (m *Message) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/ |
H A D | test_messages_proto3.pb.go | 721 func (x *TestAllTypesProto3) GetRepeatedString() []string { func
|
H A D | test_messages_proto2.pb.go | 686 func (x *TestAllTypesProto2) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/ |
H A D | test.pb.go | 1086 func (m *Message) GetRepeatedString() []string { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/ |
H A D | test.pb.go | 1226 func (m *Message) GetRepeatedString() []string { func
|