Searched defs:IntToPtr (Results 1 – 3 of 3) sorted by relevance
26 void* IntToPtr(intptr_t value) { return reinterpret_cast<void*>(value); } in IntToPtr() function
36 inline void* IntToPtr(intptr_t addr) { return reinterpret_cast<void*>(addr); } in IntToPtr() function
40 inline void* IntToPtr(intptr_t addr) { return reinterpret_cast<void*>(addr); } in IntToPtr() function