Searched refs:untyped_handle (Results 1 – 1 of 1) sorted by relevance
32 static inline HandleType CastFromUint(Uint untyped_handle) { in CastFromUint() argument34 return *reinterpret_cast<HandleType *>(&untyped_handle); in CastFromUint()44 static inline HandleType CastFromUint64(uint64_t untyped_handle) { in CastFromUint64() argument51 return CastFromUint<HandleType, Uint>(static_cast<Uint>(untyped_handle)); in CastFromUint64()