OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodePointer
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
utilapiset.h
18
WINBASEAPI PVOID WINAPI
DecodePointer
(PVOID Ptr);
/external/libmojo/mojo/public/cpp/bindings/lib/
bindings_internal.h
78
inline const void*
DecodePointer
(const uint64_t* offset) {
103
const T* Get() const { return static_cast<const T*>(
DecodePointer
(&offset)); }
105
return static_cast<T*>(const_cast<void*>(
DecodePointer
(&offset)));
Completed in 180 milliseconds