Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DUtil.h57 constexpr explicit unique_cptr(std::nullptr_t) : ptr_(nullptr) {} in unique_cptr() argument
74 inline unique_cptr& operator=(std::nullptr_t) {
110 inline bool operator==(std::nullptr_t) const { return ptr_ == nullptr; }
112 inline bool operator!=(std::nullptr_t) const { return ptr_ != nullptr; }
/aosp12/art/runtime/
H A Dobj_ptr.h57 OBJPTR_INLINE ObjPtr(std::nullptr_t) in ObjPtr() argument
152 OBJPTR_INLINE bool operator==(ObjPtr<MirrorType> ptr, std::nullptr_t) {
157 OBJPTR_INLINE bool operator==(std::nullptr_t, ObjPtr<MirrorType> ptr) {
180 OBJPTR_INLINE bool operator!=(ObjPtr<MirrorType> ptr, std::nullptr_t) {
185 OBJPTR_INLINE bool operator!=(std::nullptr_t, ObjPtr<MirrorType> ptr) {
H A Dreflective_reference.h58 bool operator==(std::nullptr_t) const {
61 bool operator!=(std::nullptr_t) const {
H A Dreflective_handle.h61 ALWAYS_INLINE bool operator!=(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
65 ALWAYS_INLINE bool operator==(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
H A Dhandle.h104 ALWAYS_INLINE bool operator!=(std::nullptr_t) const {
108 ALWAYS_INLINE bool operator==(std::nullptr_t) const {
H A Dclass_linker.cc3057 ObjPtr<mirror::Class> Finish(nullptr_t np ATTRIBUTE_UNUSED) in Finish()
/aosp12/libnativehelper/header_only_include/nativehelper/
H A Dscoped_local_ref.h75 bool operator==(std::nullptr_t) const {
80 bool operator!=(std::nullptr_t) const {
/aosp12/system/iorap/src/serialize/
H A Darena_ptr.h47 ArenaPtr(std::nullptr_t) : Base(nullptr, &DoNotDelete<T>) {} // NOLINT explicit. in ArenaPtr()
66 ArenaSharedPtr(std::nullptr_t, Deleter d) : Base(nullptr, d) {} // NOLINT explicit. in ArenaSharedPtr()
/aosp12/system/core/libutils/include/utils/
H A DStrongPointer.h62 sp(std::nullptr_t) : sp() {} in sp() argument
141 static inline bool operator _op_(const sp<T>& t, std::nullptr_t) { \
145 static inline bool operator _op_(std::nullptr_t, const sp<T>& t) { \
168 static inline bool operator _op_(const sp<T>& t, std::nullptr_t) { \
172 static inline bool operator _op_(std::nullptr_t, const sp<T>& t) { \
H A DRefBase.h416 wp(std::nullptr_t) : wp() {} in wp() argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomVariable.h164 bool operator==(std::nullptr_t) const { return mVar == nullptr; }
165 bool operator!=(std::nullptr_t) const { return mVar != nullptr; }
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h246 std::nullptr_t) { in SendVector() argument
251 Status<T> SendVector(int opcode, std::nullptr_t, in SendVector() argument
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dbase.h108 #ifndef nullptr_t
109 const class nullptr_t {
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h254 bool operator==(std::nullptr_t) const { return mBuffer == nullptr; }
255 bool operator!=(std::nullptr_t) const { return mBuffer != nullptr; }
/aosp12/system/chre/core/include/chre/core/
H A Devent_loop_manager.h155 std::nullptr_t /*callback*/) { in deferCallback() argument
/aosp12/system/libbase/include/android-base/
H A Dlogging.h394 template <> struct LogNullGuard<std::nullptr_t> {
395 static const char* Guard(const std::nullptr_t&) { return "(null)"; }
/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() argument
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc1299 void AddDelayedMethodExitEvent<std::nullptr_t>(EventHandler* handler,
1301 std::nullptr_t null_val ATTRIBUTE_UNUSED) {
1332 SIMPLE_VALID_RETURN_TYPE(nullptr_t, art::Primitive::kPrimVoid);
1434 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, nullptr_t);
H A Devents-inl.h278 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEvent()
314 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEventOnEnv()
H A DOpenjdkJvmTi.cc382 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_tags.h296 static std::nullptr_t init() { return nullptr; }
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_display_manager-test.cpp33 DvrSurfaceAttribute MakeAttribute(DvrSurfaceAttributeKey key, nullptr_t) { in MakeAttribute() argument
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2ParamDef.h225 inline static _Type* From(std::nullptr_t) { return nullptr; } \
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc351 bool operator==(std::nullptr_t) { in operator ==() argument
355 bool operator!=(std::nullptr_t) { in operator !=() argument