Searched defs:ObjPtr (Results 1 – 4 of 4) sorted by relevance
45 ALWAYS_INLINE ObjPtr() REQUIRES_SHARED(Locks::mutator_lock_) : reference_(0u) {} in ObjPtr() function52 ALWAYS_INLINE ObjPtr(std::nullptr_t) // NOLINT in ObjPtr() function58 ALWAYS_INLINE ObjPtr(Type* ptr) // NOLINT in ObjPtr() function65 ALWAYS_INLINE ObjPtr(const ObjPtr<Type>& other) // NOLINT in ObjPtr() function
31 template<class MirrorType> class ObjPtr; variable
33 template<class MirrorType> class ObjPtr; variable
27 template<class MirrorType> class ObjPtr; variable