Searched refs:Field7 (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 311 public string Field7 { property in Benchmarks.Proto3.GoogleMessage1 670 if (Field7 != other.Field7) return false; in Equals() 718 if (Field7.Length != 0) hash ^= Field7.GetHashCode(); in GetHashCode() 785 if (Field7.Length != 0) { in WriteTo() 787 output.WriteString(Field7); in WriteTo() 956 if (Field7.Length != 0) { in IBufferMessage.InternalWriteTo() 958 output.WriteString(Field7); in IBufferMessage.InternalWriteTo() 1143 if (Field7.Length != 0) { in CalculateSize() 1144 size += 1 + pb::CodedOutputStream.ComputeStringSize(Field7); in CalculateSize() 1276 if (other.Field7.Length != 0) { in MergeFrom() [all …]
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 311 public string Field7 { property in Benchmarks.Proto3.GoogleMessage1 670 if (Field7 != other.Field7) return false; in Equals() 718 if (Field7.Length != 0) hash ^= Field7.GetHashCode(); in GetHashCode() 785 if (Field7.Length != 0) { in WriteTo() 787 output.WriteString(Field7); in WriteTo() 956 if (Field7.Length != 0) { in IBufferMessage.InternalWriteTo() 958 output.WriteString(Field7); in IBufferMessage.InternalWriteTo() 1143 if (Field7.Length != 0) { in CalculateSize() 1144 size += 1 + pb::CodedOutputStream.ComputeStringSize(Field7); in CalculateSize() 1276 if (other.Field7.Length != 0) { in MergeFrom() [all …]
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message2/ |
D | benchmark_message2.pb.go | 356 Field7 *bool `protobuf:"varint,7,opt,name=field7,def=0" json:"field7,omitempty"` member 445 if x != nil && x.Field7 != nil { 446 return *x.Field7
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/ |
D | benchmark_message1_proto2.pb.go | 63 Field7 *string `protobuf:"bytes,7,opt,name=field7" json:"field7,omitempty"` member 245 if x != nil && x.Field7 != nil { 246 return *x.Field7
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/ |
D | benchmark_message1_proto3.pb.go | 63 …Field7 string `protobuf:"bytes,7,opt,name=field7,proto3" json:"field7,omitemp… member 218 return x.Field7
|
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | Unittest.cs | 31349 public int Field7 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable 31470 if (Field7 != other.Field7) return false; in Equals() 31489 if (HasField7) hash ^= Field7.GetHashCode(); in GetHashCode() 31536 output.WriteInt32(Field7); in WriteTo() 31585 output.WriteInt32(Field7); in IBufferMessage.InternalWriteTo() 31628 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Field7); in CalculateSize() 31670 Field7 = other.Field7; in MergeFrom() 31720 Field7 = input.ReadInt32(); in MergeFrom() 31773 Field7 = input.ReadInt32(); in IBufferMessage.InternalMergeFrom()
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | Unittest.cs | 31349 public int Field7 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable 31470 if (Field7 != other.Field7) return false; in Equals() 31489 if (HasField7) hash ^= Field7.GetHashCode(); in GetHashCode() 31536 output.WriteInt32(Field7); in WriteTo() 31585 output.WriteInt32(Field7); in IBufferMessage.InternalWriteTo() 31628 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Field7); in CalculateSize() 31670 Field7 = other.Field7; in MergeFrom() 31720 Field7 = input.ReadInt32(); in MergeFrom() 31773 Field7 = input.ReadInt32(); in IBufferMessage.InternalMergeFrom()
|