Home
last modified time | relevance | path

Searched defs:to_uintptr (Results 1 – 1 of 1) sorted by relevance

/external/fmtlib/include/fmt/
Dformat.h312 inline uintptr_t to_uintptr(const void* p) { return bit_cast<uintptr_t>(p); } in to_uintptr() function
315 inline fallback_uintptr to_uintptr(const void* p) { in to_uintptr() function