Searched refs:Field131 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkMessage1Proto3.cs | 635 public int Field131 { property in Benchmarks.Proto3.GoogleMessage1 697 if (Field131 != other.Field131) return false; in Equals() 745 if (Field131 != 0) hash ^= Field131.GetHashCode(); in GetHashCode() 905 if (Field131 != 0) { in WriteTo() 907 output.WriteInt32(Field131); in WriteTo() 1076 if (Field131 != 0) { in IBufferMessage.InternalWriteTo() 1078 output.WriteInt32(Field131); in IBufferMessage.InternalWriteTo() 1224 if (Field131 != 0) { in CalculateSize() 1225 size += 2 + pb::CodedOutputStream.ComputeInt32Size(Field131); in CalculateSize() 1360 if (other.Field131 != 0) { in MergeFrom() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkMessage1Proto3.cs | 635 public int Field131 { property in Benchmarks.Proto3.GoogleMessage1 697 if (Field131 != other.Field131) return false; in Equals() 745 if (Field131 != 0) hash ^= Field131.GetHashCode(); in GetHashCode() 905 if (Field131 != 0) { in WriteTo() 907 output.WriteInt32(Field131); in WriteTo() 1076 if (Field131 != 0) { in IBufferMessage.InternalWriteTo() 1078 output.WriteInt32(Field131); in IBufferMessage.InternalWriteTo() 1224 if (Field131 != 0) { in CalculateSize() 1225 size += 2 + pb::CodedOutputStream.ComputeInt32Size(Field131); in CalculateSize() 1360 if (other.Field131 != 0) { in MergeFrom() [all …]
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message2/ |
H A D | benchmark_message2.pb.go | 76 …Field131 *int64 `protobuf:"varint,131,opt,name=field131" json:"field131,omitempt… member 304 if x != nil && x.Field131 != nil { 305 return *x.Field131
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/ |
H A D | benchmark_message1_proto2.pb.go | 90 …Field131 *int32 `protobuf:"varint,131,opt,name=field131,def=0" json:"field131,o… member 434 if x != nil && x.Field131 != nil { 435 return *x.Field131
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/ |
H A D | benchmark_message1_proto3.pb.go | 90 …Field131 int32 `protobuf:"varint,131,opt,name=field131,proto3" json:"field131,… member 407 return x.Field131
|