Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtest_util.h638 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 Dgenerated_message_reflection.cc1728 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 Dextension_set.h333 const std::string& GetRepeatedString(int number, int index) const;
1185 return set.GetRepeatedString(number, index); in Get()
H A Dmessage.h695 std::string GetRepeatedString(const Message& message,
H A Dextension_set.cc568 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 Dtest_util.h638 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 Dgenerated_message_reflection.cc1728 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 Dextension_set.h333 const std::string& GetRepeatedString(int number, int index) const;
1185 return set.GetRepeatedString(number, index); in Get()
H A Dmessage.h695 std::string GetRepeatedString(const Message& message,
H A Dextension_set.cc568 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 Dfields.pb.go353 func (x *FieldTestMessage) GetRepeatedString() []string { func
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc217 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
/aosp_15_r20/external/golang-protobuf/internal/testprotos/fieldtrack/
H A Dfieldtrack.pb.go385 func (x *TestFieldTrack) GetRepeatedString() []string { func
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc217 ? reflection->GetRepeatedString(options, field, index) in ConvertOptionField()
/aosp_15_r20/external/libprotobuf-mutator/src/
H A Dfield_instance.h153 *value = is_repeated() ? reflection().GetRepeatedString(*message_, in Load()
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/
H A Dtest.pb.go488 func (m *Message) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/
H A Dtest.pb.go637 func (x *TestAllTypes) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
H A Dfields.pb.go603 func (x *FieldTestMessage) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/
H A Dtest.pb.go580 func (m *Message) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/
H A Dtest.pb.go479 func (m *Message) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/
H A Dtest.pb.go542 func (m *Message) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto3.pb.go721 func (x *TestAllTypesProto3) GetRepeatedString() []string { func
H A Dtest_messages_proto2.pb.go686 func (x *TestAllTypesProto2) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/
H A Dtest.pb.go1086 func (m *Message) GetRepeatedString() []string { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/
H A Dtest.pb.go1226 func (m *Message) GetRepeatedString() []string { func

12