Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dsize_test.go95 {"small int64", &pb.Defaults{F_Int64: Int64(1)}},
96 {"big int64", &pb.Defaults{F_Int64: Int64(1 << 20)}},
97 {"negative int64", &pb.Defaults{F_Int64: Int64(-1)}},
Dall_test.go1378 F_Int64: Int64(64),
/external/golang-protobuf/proto/test_proto/
Dtest.proto448 optional int64 F_Int64 = 3 [default=64]; field
526 int64 F_Int64 = 3; field
Dtest.pb.go2445F_Int64 *int64 `protobuf:"varint,3,opt,name=F_Int64,json=FInt64,def=64" json:"F_Int64,o… member
2531 if m != nil && m.F_Int64 != nil {
2532 return *m.F_Int64
3156 F_Int64 int64 `protobuf:"varint,3,opt,name=F_Int64,json=FInt64,oneof"` member
3272 return x.F_Int64