Searched defs:Int64 (Results 1 – 6 of 6) sorted by relevance
117 using Int64 = __int64; variable120 using Int64 = int64_t; variable
204 using Int64 = Json::Int64; variable
250 typedef __int64 Int64; typedef253 typedef int64_t Int64; typedef
284 typedef __int64 Int64; typedef287 typedef int64_t Int64; typedef649 typedef Json::Int64 Int64; typedef
91 TEST(SizeUtilTest, Int64) { SizeUtilTest<std::int64_t>(); } in TEST() argument
177 Int64 = 4, enumerator
Completed in 17 milliseconds