Searched defs:int64s (Results 1 – 6 of 6) sorted by relevance
53 repeated int64 int64s = 2; field78 repeated int64 int64s = 2 [ packed = true ]; field
2840 long[] int64s = {7, 8}; in testExtensions() local3090 long[] int64s = {7, 8}; in testExtensionsMutation_Equals() local
34 repeated int64 int64s = 6; field
627 const Int64ForAdd int64s[] = { in AddConnectionInfoReport() local
238 const int64_t int64s[] = {6, -7}; in TEST() local
699 std::vector<int32> OpTest::AsInt32s(const std::vector<int64>& int64s) { in AsInt32s()