Searched refs:Field5 (Results 1 – 7 of 7) sorted by relevance
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message2/ |
D | benchmark_message2.pb.go | 354 Field5 *bool `protobuf:"varint,5,opt,name=field5" json:"field5,omitempty"` member 431 if x != nil && x.Field5 != nil { 432 return *x.Field5 490 Field5 *int32 `protobuf:"varint,5,opt,name=field5" json:"field5,omitempty"` member 582 if x != nil && x.Field5 != nil { 583 return *x.Field5
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/ |
D | benchmark_message1_proto3.pb.go | 61 …Field5 []uint64 `protobuf:"fixed64,5,rep,packed,name=field5,proto3" json:"field… member 204 return x.Field5
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | ParseMessagesBenchmark.cs | 194 message.Field5.Add(i); in CreateRepeatedFieldMessage()
|
D | BenchmarkMessage1Proto3.cs | 290 public pbc::RepeatedField<ulong> Field5 { property in Benchmarks.Proto3.GoogleMessage1
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | ParseMessagesBenchmark.cs | 194 message.Field5.Add(i); in CreateRepeatedFieldMessage()
|
D | BenchmarkMessage1Proto3.cs | 290 public pbc::RepeatedField<ulong> Field5 { property in Benchmarks.Proto3.GoogleMessage1
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/ |
D | benchmark_message1_proto2.pb.go | 61 Field5 []uint64 `protobuf:"fixed64,5,rep,name=field5" json:"field5,omitempty"` member 232 return x.Field5
|