Home
last modified time | relevance | path

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

12

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

12