Searched refs:nullptr_t (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
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) {
|
D | handle.h | 86 ALWAYS_INLINE bool operator!=(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) { 90 ALWAYS_INLINE bool operator==(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
|
/art/openjdkjvmti/ |
D | events-inl.h | 275 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEvent() 311 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEventOnEnv()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 667 bool operator==(std::nullptr_t) { in operator ==() argument 671 bool operator!=(std::nullptr_t) { in operator !=() argument
|