/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/extensions/ext/ |
H A D | ext.pb.go | 205 type RepeatedGroup struct { struct 206 state protoimpl.MessageState 207 sizeCache protoimpl.SizeCache 208 unknownFields protoimpl.UnknownFields 210 …otobuf:"bytes,319,rep,name=repeated_x_group,json=repeatedXGroup" json:"repeated_x_group,omitempty"` 213 func (x *RepeatedGroup) Reset() { 222 func (x *RepeatedGroup) String() string { 226 func (*RepeatedGroup) ProtoMessage() {} 228 func (x *RepeatedGroup) ProtoReflect() protoreflect.Message { 241 func (*RepeatedGroup) Descriptor() ([]byte, []int) { [all …]
|
H A D | ext.proto | 82 repeated group RepeatedGroup = 318 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/ |
H A D | test.pb.go | 1396 type RepeatedGroup struct { struct 1397 state protoimpl.MessageState 1398 sizeCache protoimpl.SizeCache 1399 unknownFields protoimpl.UnknownFields 1401 … *int32 `protobuf:"varint,47,opt,name=a" json:"a,omitempty"` 1402 …,name=optional_nested_message,json=optionalNestedMessage" json:"optional_nested_message,omitempty"` 1405 func (x *RepeatedGroup) Reset() { 1414 func (x *RepeatedGroup) String() string { 1418 func (*RepeatedGroup) ProtoMessage() {} 1420 func (x *RepeatedGroup) ProtoReflect() protoreflect.Message { [all …]
|
H A D | test.proto | 72 repeated group RepeatedGroup = 46 { field 227 repeated group RepeatedGroup = 46 { field 280 repeated group RepeatedGroup = 3 { field
|
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
H A D | unittest_extension_repeated_nano.proto | 30 repeated group RepeatedGroup = 27 { field
|
H A D | unittest_reference_types_nano.proto | 63 repeated group RepeatedGroup = 46 { field
|
H A D | unittest_nano.proto | 103 repeated group RepeatedGroup = 46 { field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unittest_lite.proto | 120 repeated group RepeatedGroup = 46 { field 389 repeated group RepeatedGroup = 20 { field
|
H A D | unittest.proto | 135 repeated group RepeatedGroup = 46 { field 1019 repeated group RepeatedGroup = 20 { field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unittest_lite.proto | 120 repeated group RepeatedGroup = 46 { field 389 repeated group RepeatedGroup = 20 { field
|
H A D | unittest.proto | 135 repeated group RepeatedGroup = 46 { field 1019 repeated group RepeatedGroup = 20 { field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | json_format.proto | 43 repeated group RepeatedGroup = 2 { field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_format.proto | 43 repeated group RepeatedGroup = 2 { field
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | unittest_runtime_proto2.proto | 78 repeated group RepeatedGroup = 46 { field
|
/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | unittest_runtime_proto2.proto | 78 repeated group RepeatedGroup = 46 { field
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
H A D | fields.proto | 71 repeated group RepeatedGroup = 218 { field
|
/aosp_15_r20/external/protobuf/csharp/protos/ |
H A D | unittest.proto | 134 repeated group RepeatedGroup = 46 { field 922 repeated group RepeatedGroup = 20 { field
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/ |
H A D | unittest.proto | 134 repeated group RepeatedGroup = 46 { field 922 repeated group RepeatedGroup = 20 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61/ |
H A D | test.proto | 159 repeated group RepeatedGroup = 520 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/ |
H A D | test.proto | 159 repeated group RepeatedGroup = 520 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/ |
H A D | test.proto | 159 repeated group RepeatedGroup = 520 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09/ |
H A D | test.proto | 159 repeated group RepeatedGroup = 520 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/ |
H A D | test.proto | 159 repeated group RepeatedGroup = 520 { field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20180125_92554152/ |
H A D | test.proto | 159 repeated group RepeatedGroup = 520 { field
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 2057 …tedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.RepeatedGroup> RepeatedGroup… property in Google.Protobuf.TestProtos.Proto2.TestAllTypes 5011 public sealed partial class RepeatedGroup : pb::IMessage<RepeatedGroup> class in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types 5037 public RepeatedGroup() { in RepeatedGroup() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.RepeatedGroup 5045 public RepeatedGroup(RepeatedGroup other) : this() { in RepeatedGroup() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.RepeatedGroup 26997 …ield<global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedGroup> RepeatedGroup… property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge 28239 public sealed partial class RepeatedGroup : pb::IMessage<RepeatedGroup> class in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types 28264 public RepeatedGroup() { in RepeatedGroup() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedGroup 28272 public RepeatedGroup(RepeatedGroup other) : this() { in RepeatedGroup() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedGroup
|