Home
last modified time | relevance | path

Searched refs:F_Int32 (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go93 {"int32", &pb.Defaults{F_Int32: Int32(12)}},
94 {"negative int32", &pb.Defaults{F_Int32: Int32(-1)}},
Dall_test.go1377 F_Int32: Int32(32),
1404 F_Int32: Int32(12),
1823 {&Defaults{F_Int32: Int32(math.MaxInt32)}, 6},
1824 {&Defaults{F_Int32: Int32(math.MinInt32)}, 11},
/external/golang-protobuf/proto/test_proto/
Dtest.proto447 optional int32 F_Int32 = 2 [default=32]; field
525 int32 F_Int32 = 2; field
Dtest.pb.go2444F_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