Searched refs:F_Int32 (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/proto/ |
D | size_test.go | 93 {"int32", &pb.Defaults{F_Int32: Int32(12)}}, 94 {"negative int32", &pb.Defaults{F_Int32: Int32(-1)}},
|
D | all_test.go | 1379 F_Int32: Int32(32), 1406 F_Int32: Int32(12), 1825 {&Defaults{F_Int32: Int32(math.MaxInt32)}, 6}, 1826 {&Defaults{F_Int32: Int32(math.MinInt32)}, 11},
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 447 optional int32 F_Int32 = 2 [default=32]; field 525 int32 F_Int32 = 2; field
|
D | test.pb.go | 2444 …F_Int32 *int32 `protobuf:"varint,2,opt,name=F_Int32,json=FInt32,def=32" json:"F_Int32,o… member 2524 if m != nil && m.F_Int32 != nil { 2525 return *m.F_Int32 3152 F_Int32 int32 `protobuf:"varint,2,opt,name=F_Int32,json=FInt32,oneof"` member 3265 return x.F_Int32
|