Searched defs:int64s (Results 1 – 7 of 7) 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
34 repeated int64 int64s = 6; field
239 std::vector<int64_t> int64s; in TEST() local
740 const Int64ForAdd int64s[] = { in AddConnectionInfoReport() local
267 const int64_t int64s[] = {6, -7}; in TEST() local
700 std::vector<int32> OpTest::AsInt32s(const std::vector<int64>& int64s) { in AsInt32s()