Searched refs:F_Uint32 (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/proto/ |
D | size_test.go | 100 {"uint32", &pb.Defaults{F_Uint32: Uint32(123)}},
|
D | all_test.go | 1383 F_Uint32: Uint32(3200), 1827 {&Defaults{F_Uint32: Uint32(uint32(math.MaxInt32) + 1)}, 6}, 1828 {&Defaults{F_Uint32: Uint32(math.MaxUint32)}, 6},
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 451 optional uint32 F_Uint32 = 6 [default=3200]; field 529 uint32 F_Uint32 = 6; field
|
D | test.pb.go | 2448 …F_Uint32 *uint32 `protobuf:"varint,6,opt,name=F_Uint32,json=FUint32,def=3200" json:"F_Uin… member 2552 if m != nil && m.F_Uint32 != nil { 2553 return *m.F_Uint32 3168 F_Uint32 uint32 `protobuf:"varint,6,opt,name=F_Uint32,json=FUint32,oneof"` member 3293 return x.F_Uint32
|