Home
last modified time | relevance | path

Searched refs: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
2080 return write_ptr<Char>(out, to_uintptr(value), nullptr);
2183 out_ = write_ptr<char_type>(out_, to_uintptr(p), specs_);