/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | Util.h | 57 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 D | obj_ptr.h | 57 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 D | reflective_reference.h | 58 bool operator==(std::nullptr_t) const { 61 bool operator!=(std::nullptr_t) const {
|
H A D | reflective_handle.h | 61 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 D | handle.h | 104 ALWAYS_INLINE bool operator!=(std::nullptr_t) const { 108 ALWAYS_INLINE bool operator==(std::nullptr_t) const {
|
H A D | class_linker.cc | 3057 ObjPtr<mirror::Class> Finish(nullptr_t np ATTRIBUTE_UNUSED) in Finish()
|
/aosp12/libnativehelper/header_only_include/nativehelper/ |
H A D | scoped_local_ref.h | 75 bool operator==(std::nullptr_t) const { 80 bool operator!=(std::nullptr_t) const {
|
/aosp12/system/iorap/src/serialize/ |
H A D | arena_ptr.h | 47 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 D | StrongPointer.h | 62 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 D | RefBase.h | 416 wp(std::nullptr_t) : wp() {} in wp() argument
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
H A D | RandomVariable.h | 164 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 D | client.h | 246 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 D | base.h | 108 #ifndef nullptr_t 109 const class nullptr_t {
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
H A D | TestHarness.h | 254 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 D | event_loop_manager.h | 155 std::nullptr_t /*callback*/) { in deferCallback() argument
|
/aosp12/system/libbase/include/android-base/ |
H A D | logging.h | 394 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 D | binder_auto_utils.h | 61 SpAIBinder(std::nullptr_t) : SpAIBinder() {} // NOLINT(google-explicit-constructor) in SpAIBinder() argument
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_stack.cc | 1299 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 D | events-inl.h | 278 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 D | OpenjdkJvmTi.cc | 382 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()
|
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
H A D | keymaster_tags.h | 296 static std::nullptr_t init() { return nullptr; }
|
/aosp12/frameworks/native/libs/vr/libdvr/tests/ |
H A D | dvr_display_manager-test.cpp | 33 DvrSurfaceAttribute MakeAttribute(DvrSurfaceAttributeKey key, nullptr_t) { in MakeAttribute() argument
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2ParamDef.h | 225 inline static _Type* From(std::nullptr_t) { return nullptr; } \
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 351 bool operator==(std::nullptr_t) { in operator ==() argument 355 bool operator!=(std::nullptr_t) { in operator !=() argument
|