Searched defs:nullptr_t (Results 1 – 8 of 8) sorted by relevance
29 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()
60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()
65 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()
68 void Stringify(std::nullptr_t) in Stringify()
64 void Stringify(std::nullptr_t) in Stringify()
115 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()233 inline object_pointer_type ToObjPtrType(std::nullptr_t) in ToObjPtrType()
113 constexpr uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()265 constexpr ObjectPointerType ToObjPtrType(std::nullptr_t) in ToObjPtrType()
41 constexpr explicit Ptr(std::nullptr_t) noexcept : pointer(nullptr) in Ptr()