/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | test_util.h | 625 reflection->GetRepeatedString(message, F("repeated_string"), 0)); in ExpectAllFieldsSetViaReflection2() 627 reflection->GetRepeatedString(message, F("repeated_bytes"), 0)); in ExpectAllFieldsSetViaReflection2() 661 EXPECT_EQ("224", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 667 reflection->GetRepeatedString(message, F("repeated_cord"), 0)); in ExpectAllFieldsSetViaReflection2() 694 reflection->GetRepeatedString(message, F("repeated_string"), 1)); in ExpectAllFieldsSetViaReflection2() 696 reflection->GetRepeatedString(message, F("repeated_bytes"), 1)); in ExpectAllFieldsSetViaReflection2() 730 EXPECT_EQ("324", reflection->GetRepeatedString( in ExpectAllFieldsSetViaReflection2() 736 reflection->GetRepeatedString(message, F("repeated_cord"), 1)); in ExpectAllFieldsSetViaReflection2()
|
D | extension_set.h | 339 const std::string& GetRepeatedString(int number, int index) const; 1142 return set.GetRepeatedString(number, index); in Get()
|
D | generated_message_reflection.cc | 1724 std::string Reflection::GetRepeatedString(const Message& message, in Swap() function in google::protobuf::Reflection 1727 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING); in Swap() 1729 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in Swap() 1745 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in Swap()
|
D | message.h | 686 std::string GetRepeatedString(const Message& message,
|
D | extension_set.cc | 588 const std::string& ExtensionSet::GetRepeatedString(int number, in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
|
/external/protobuf/src/google/protobuf/ |
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()
|
D | extension_set.h | 333 const std::string& GetRepeatedString(int number, int index) const; 1185 return set.GetRepeatedString(number, index); in Get()
|
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()
|
D | message.h | 695 std::string GetRepeatedString(const Message& message,
|
D | extension_set.cc | 568 const std::string& ExtensionSet::GetRepeatedString(int number, in GetRepeatedString() function in google::protobuf::internal::ExtensionSet
|
/external/perfetto/src/trace_processor/util/ |
D | proto_to_json.cc | 105 is_repeated ? ref->GetRepeatedString(message, field_desc, idx) in FieldToJson()
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/ |
D | fields.pb.go | 353 func (x *FieldTestMessage) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/fieldtrack/ |
D | fieldtrack.pb.go | 385 func (x *TestFieldTrack) GetRepeatedString() []string { func
|
/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 217 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 217 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 153 *value = is_repeated() ? reflection().GetRepeatedString(*message_, in Load()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/ |
D | test.pb.go | 488 func (m *Message) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 637 func (x *TestAllTypes) GetRepeatedString() []string { func
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
D | fields.pb.go | 603 func (x *FieldTestMessage) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/ |
D | test.pb.go | 542 func (m *Message) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/ |
D | test.pb.go | 580 func (m *Message) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/ |
D | test.pb.go | 479 func (m *Message) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/conformance/ |
D | test_messages_proto3.pb.go | 721 func (x *TestAllTypesProto3) GetRepeatedString() []string { func
|
D | test_messages_proto2.pb.go | 686 func (x *TestAllTypesProto2) GetRepeatedString() []string { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/ |
D | test.pb.go | 1086 func (m *Message) GetRepeatedString() []string { func
|