/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/ |
H A D | benchmark_message1_proto3.pb.go | 412 type GoogleMessage1SubMessage struct { struct 413 state protoimpl.MessageState 414 sizeCache protoimpl.SizeCache 415 unknownFields protoimpl.UnknownFields 417 Field1 int32 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"` 418 Field2 int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"` 419 Field3 int32 `protobuf:"varint,3,opt,name=field3,proto3" json:"field3,omitempty"` 420 Field15 string `protobuf:"bytes,15,opt,name=field15,proto3" json:"field15,omitempty"` 421 Field12 bool `protobuf:"varint,12,opt,name=field12,proto3" json:"field12,omitempty"` 422 Field13 int64 `protobuf:"varint,13,opt,name=field13,proto3" json:"field13,omitempty"` [all …]
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/ |
H A D | benchmark_message1_proto2.pb.go | 440 type GoogleMessage1SubMessage struct { struct 441 state protoimpl.MessageState 442 sizeCache protoimpl.SizeCache 443 unknownFields protoimpl.UnknownFields 445 Field1 *int32 `protobuf:"varint,1,opt,name=field1,def=0" json:"field1,omitempty"` 446 Field2 *int32 `protobuf:"varint,2,opt,name=field2,def=0" json:"field2,omitempty"` 447 Field3 *int32 `protobuf:"varint,3,opt,name=field3,def=0" json:"field3,omitempty"` 448 Field15 *string `protobuf:"bytes,15,opt,name=field15" json:"field15,omitempty"` 449 Field12 *bool `protobuf:"varint,12,opt,name=field12,def=1" json:"field12,omitempty"` 450 Field13 *int64 `protobuf:"varint,13,opt,name=field13" json:"field13,omitempty"` [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/compiled_protos/ |
D | diverse_types.rs | 87 pub struct GoogleMessage1SubMessage { struct 89 pub field1: i32, 91 pub field2: i32, 93 pub field3: i32, 95 pub field15: std::string::String, 97 pub field12: bool, 99 pub field13: i64, 101 pub field14: i64, 103 pub field16: i32, 105 pub field19: i32, [all …]
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkMessage1Proto3.cs | 1736 public sealed partial class GoogleMessage1SubMessage : pb::IMessage<GoogleMessage1SubMessage> class 1761 public GoogleMessage1SubMessage() { in GoogleMessage1SubMessage() method in Benchmarks.Proto3.GoogleMessage1SubMessage 1769 public GoogleMessage1SubMessage(GoogleMessage1SubMessage other) : this() { in GoogleMessage1SubMessage() method in Benchmarks.Proto3.GoogleMessage1SubMessage
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkMessage1Proto3.cs | 1736 public sealed partial class GoogleMessage1SubMessage : pb::IMessage<GoogleMessage1SubMessage> class 1761 public GoogleMessage1SubMessage() { in GoogleMessage1SubMessage() method in Benchmarks.Proto3.GoogleMessage1SubMessage 1769 public GoogleMessage1SubMessage(GoogleMessage1SubMessage other) : this() { in GoogleMessage1SubMessage() method in Benchmarks.Proto3.GoogleMessage1SubMessage
|
/aosp_15_r20/external/protobuf/benchmarks/datasets/google_message1/proto2/ |
H A D | benchmark_message1_proto2.proto | 87 message GoogleMessage1SubMessage { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/datasets/google_message1/proto3/ |
H A D | benchmark_message1_proto3.proto | 87 message GoogleMessage1SubMessage { message
|
/aosp_15_r20/external/protobuf/benchmarks/datasets/google_message1/proto3/ |
H A D | benchmark_message1_proto3.proto | 87 message GoogleMessage1SubMessage { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/datasets/google_message1/proto2/ |
H A D | benchmark_message1_proto2.proto | 87 message GoogleMessage1SubMessage { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/proto/diverse_types/ |
D | diverse_types.proto | 58 message GoogleMessage1SubMessage { message
|