Searched defs:int64s (Results 1 – 13 of 13) sorted by relevance
53 repeated int64 int64s = 2; field78 repeated int64 int64s = 2 [ packed = true ]; field
2839 long[] int64s = {7, 8}; in testExtensions() local3089 long[] int64s = {7, 8}; in testExtensionsMutation_Equals() local
57 int64s []int64 member
11 type int64s uint64 type
35 std::unordered_set<Stat<int64_t>*> int64s; member
34 repeated int64 int64s = 6; field
23 std::vector<uint64_t> int64s; member
72 func (b *protobuf) int64s(tag int, x []int64) { func
239 std::vector<int64_t> int64s; in TEST() local
296 std::vector<int64_t> int64s; in TEST() local
789 const Int64ForAdd int64s[] = { in AddConnectionInfoReport() local
274 const int64_t int64s[] = {6, -7}; in TEST() local
1321 std::vector<int32> OpTest::AsInt32s(const std::vector<int64_t>& int64s) { in AsInt32s()