Searched defs:RawPtrNoOpImpl (Results 1 – 1 of 1) sorted by relevance
187 struct RawPtrNoOpImpl { struct188 static constexpr bool kMustZeroOnInit = false;189 static constexpr bool kMustZeroOnMove = false;190 static constexpr bool kMustZeroOnDestruct = false;194 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr()200 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T*) {} in ReleaseWrappedPtr()205 PA_ALWAYS_INLINE static constexpr T* SafelyUnwrapPtrForDereference( in SafelyUnwrapPtrForDereference()213 PA_ALWAYS_INLINE static constexpr T* SafelyUnwrapPtrForExtraction( in SafelyUnwrapPtrForExtraction()221 PA_ALWAYS_INLINE static constexpr T* UnsafelyUnwrapPtrForComparison( in UnsafelyUnwrapPtrForComparison()228 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast()[all …]