Searched defs:IntToLong (Results 1 – 2 of 2) sorted by relevance
131 inline int64_t IntToLong(int32_t v) { return static_cast<int64_t>(v); } in IntToLong() function
98 void IntToLong(void *dst, const void *src, size_t elem_num) { in IntToLong() function