Searched refs:Field60 (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 479 public int Field60 { property in Benchmarks.Proto3.GoogleMessage1 684 if (Field60 != other.Field60) return false; in Equals() 732 if (Field60 != 0) hash ^= Field60.GetHashCode(); in GetHashCode() 849 if (Field60 != 0) { in WriteTo() 851 output.WriteInt32(Field60); in WriteTo() 1020 if (Field60 != 0) { in IBufferMessage.InternalWriteTo() 1022 output.WriteInt32(Field60); in IBufferMessage.InternalWriteTo() 1185 if (Field60 != 0) { in CalculateSize() 1186 size += 2 + pb::CodedOutputStream.ComputeInt32Size(Field60); in CalculateSize() 1318 if (other.Field60 != 0) { in MergeFrom() [all …]
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 479 public int Field60 { property in Benchmarks.Proto3.GoogleMessage1 684 if (Field60 != other.Field60) return false; in Equals() 732 if (Field60 != 0) hash ^= Field60.GetHashCode(); in GetHashCode() 849 if (Field60 != 0) { in WriteTo() 851 output.WriteInt32(Field60); in WriteTo() 1020 if (Field60 != 0) { in IBufferMessage.InternalWriteTo() 1022 output.WriteInt32(Field60); in IBufferMessage.InternalWriteTo() 1185 if (Field60 != 0) { in CalculateSize() 1186 size += 2 + pb::CodedOutputStream.ComputeInt32Size(Field60); in CalculateSize() 1318 if (other.Field60 != 0) { in MergeFrom() [all …]
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/ |
D | benchmark_message1_proto2.pb.go | 77 …Field60 *int32 `protobuf:"varint,60,opt,name=field60,def=-1" json:"field60,omi… member 343 if x != nil && x.Field60 != nil { 344 return *x.Field60
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/ |
D | benchmark_message1_proto3.pb.go | 77 …Field60 int32 `protobuf:"varint,60,opt,name=field60,proto3" json:"field60,omi… member 316 return x.Field60
|