Searched refs:F_Int64 (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/proto/ |
D | size_test.go | 95 {"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)}},
|
D | all_test.go | 1378 F_Int64: Int64(64),
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 448 optional int64 F_Int64 = 3 [default=64]; field 526 int64 F_Int64 = 3; field
|
D | test.pb.go | 2445 …F_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
|