Searched defs:RawPtrNoOpImpl (Results 1 – 1 of 1) sorted by relevance
15 struct RawPtrNoOpImpl { struct16 static constexpr bool kMustZeroOnConstruct = false;17 static constexpr bool kMustZeroOnMove = false;18 static constexpr bool kMustZeroOnDestruct = false;22 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr()29 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T*) {} in ReleaseWrappedPtr()34 PA_ALWAYS_INLINE static constexpr T* SafelyUnwrapPtrForDereference( in SafelyUnwrapPtrForDereference()42 PA_ALWAYS_INLINE static constexpr T* SafelyUnwrapPtrForExtraction( in SafelyUnwrapPtrForExtraction()50 PA_ALWAYS_INLINE static constexpr T* UnsafelyUnwrapPtrForComparison( in UnsafelyUnwrapPtrForComparison()57 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast()[all …]