Home
last modified time | relevance | path

Searched defs:GoogleMessage1 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/
H A Dbenchmark_message1_proto3.pb.go45 type GoogleMessage1 struct { struct
46 state protoimpl.MessageState
47 sizeCache protoimpl.SizeCache
48 unknownFields protoimpl.UnknownFields
50 …ld1 string `protobuf:"bytes,1,opt,name=field1,proto3" json:"field1,omitempty"`
51 …ld9 string `protobuf:"bytes,9,opt,name=field9,proto3" json:"field9,omitempty"`
52 …8 string `protobuf:"bytes,18,opt,name=field18,proto3" json:"field18,omitempty"`
53 … bool `protobuf:"varint,80,opt,name=field80,proto3" json:"field80,omitempty"`
54 … bool `protobuf:"varint,81,opt,name=field81,proto3" json:"field81,omitempty"`
55 …d2 int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"`
[all …]
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/
H A Dbenchmark_message1_proto2.pb.go45 type GoogleMessage1 struct { struct
46 state protoimpl.MessageState
47 sizeCache protoimpl.SizeCache
48 unknownFields protoimpl.UnknownFields
50 Field1 *string `protobuf:"bytes,1,req,name=field1" json:"field1,omitempty"`
51 Field9 *string `protobuf:"bytes,9,opt,name=field9" json:"field9,omitempty"`
52 Field18 *string `protobuf:"bytes,18,opt,name=field18" json:"field18,omitempty"`
53 …0 *bool `protobuf:"varint,80,opt,name=field80,def=0" json:"field80,omitempty"`
54 …1 *bool `protobuf:"varint,81,opt,name=field81,def=1" json:"field81,omitempty"`
55 Field2 *int32 `protobuf:"varint,2,req,name=field2" json:"field2,omitempty"`
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/compiled_protos/
Ddiverse_types.rs2 pub struct GoogleMessage1 { struct
4 pub field1: std::string::String,
6 pub field9: std::string::String,
8 pub field18: std::string::String,
10 pub field80: bool,
12 pub field81: bool,
14 pub field2: i32,
16 pub field3: i32,
18 pub field280: i32,
20 pub field6: i32,
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkMessage1Proto3.cs67 public sealed partial class GoogleMessage1 : pb::IMessage<GoogleMessage1> class
92 public GoogleMessage1() { in GoogleMessage1() method in Benchmarks.Proto3.GoogleMessage1
100 public GoogleMessage1(GoogleMessage1 other) : this() { in GoogleMessage1() method in Benchmarks.Proto3.GoogleMessage1
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkMessage1Proto3.cs67 public sealed partial class GoogleMessage1 : pb::IMessage<GoogleMessage1> class
92 public GoogleMessage1() { in GoogleMessage1() method in Benchmarks.Proto3.GoogleMessage1
100 public GoogleMessage1(GoogleMessage1 other) : this() { in GoogleMessage1() method in Benchmarks.Proto3.GoogleMessage1
/aosp_15_r20/external/protobuf/benchmarks/datasets/google_message1/proto2/
H A Dbenchmark_message1_proto2.proto43 message GoogleMessage1 { message
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/datasets/google_message1/proto3/
H A Dbenchmark_message1_proto3.proto43 message GoogleMessage1 { message
/aosp_15_r20/external/protobuf/benchmarks/datasets/google_message1/proto3/
H A Dbenchmark_message1_proto3.proto43 message GoogleMessage1 { message
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/datasets/google_message1/proto2/
H A Dbenchmark_message1_proto2.proto43 message GoogleMessage1 { message
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/proto/diverse_types/
Ddiverse_types.proto14 message GoogleMessage1 { message