Searched refs:nullptr_t (Results 1 – 6 of 6) sorted by relevance
43 ObjectPointer(std::nullptr_t a_nullptr) noexcept : object_(ToObjPtrType(a_nullptr)) {} in ObjectPointer()48 ObjectPointer &operator=(std::nullptr_t a_nullptr)101 ALWAYS_INLINE bool operator==(std::nullptr_t) const noexcept106 ALWAYS_INLINE bool operator!=(std::nullptr_t) const noexcept
115 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() argument233 inline object_pointer_type ToObjPtrType(std::nullptr_t) in ToObjPtrType() argument
28 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() argument
60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<() argument
227 std::ostream &operator<<(std::ostream &out, std::nullptr_t);
64 void Stringify(std::nullptr_t) in Stringify() argument