Searched defs:to_int64 (Results 1 – 3 of 3) sorted by relevance
46 int64_t to_int64(T v) { in to_int64() function51 int64_t to_int64(std::chrono::duration<Rep, Period> v) { in to_int64() function
39 inline int64_t to_int64(int32_t val) in to_int64() function
1167 def to_int64(x, name="ToInt64"): function