Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Dobject_pointer.h43 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 noexcept
106 ALWAYS_INLINE bool operator!=(std::nullptr_t) const noexcept
Dmem.h115 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() argument
233 inline object_pointer_type ToObjPtrType(std::nullptr_t) in ToObjPtrType() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_common.h28 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() argument
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.cpp60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<() argument
Dtest_util.h227 std::ostream &operator<<(std::ostream &out, std::nullptr_t);
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h64 void Stringify(std::nullptr_t) in Stringify() argument