Home
last modified time | relevance | path

Searched refs:DecodePointer (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dbindings_internal.h88 inline const void* DecodePointer(const uint64_t* offset) { in DecodePointer() function
113 const T* Get() const { return static_cast<const T*>(DecodePointer(&offset)); } in Get()
115 return static_cast<T*>(const_cast<void*>(DecodePointer(&offset))); in Get()