Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h246 std::nullptr_t) { in SendVector()
251 Status<T> SendVector(int opcode, std::nullptr_t, in SendVector()
/aosp12/art/runtime/
H A Dobj_ptr.h57 OBJPTR_INLINE ObjPtr(std::nullptr_t) in ObjPtr()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DUtil.h57 constexpr explicit unique_cptr(std::nullptr_t) : ptr_(nullptr) {} in unique_cptr()
/aosp12/system/chre/core/include/chre/core/
H A Devent_loop_manager.h155 std::nullptr_t /*callback*/) { in deferCallback()
/aosp12/system/core/libutils/include/utils/
H A DStrongPointer.h62 sp(std::nullptr_t) : sp() {} in sp()
H A DRefBase.h416 wp(std::nullptr_t) : wp() {} in wp()
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h61 SpAIBinder(std::nullptr_t) : SpAIBinder() {} // NOLINT(google-explicit-constructor) in SpAIBinder()
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_display_manager-test.cpp33 DvrSurfaceAttribute MakeAttribute(DvrSurfaceAttributeKey key, nullptr_t) { in MakeAttribute() argument
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc351 bool operator==(std::nullptr_t) { in operator ==()
355 bool operator!=(std::nullptr_t) { in operator !=()