Searched refs:WrapRawPtr (Results 1 – 4 of 4) sorted by relevance
143 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function403 return WrapRawPtr(wrapped_ptr); in Duplicate()419 return WrapRawPtr(ptr); in WrapRawPtrForDuplication()
36 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function
194 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function309 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function311 return SuperImpl::WrapRawPtr(ptr); in WrapRawPtr()699 : wrapped_ptr_(Impl::WrapRawPtr(p)) {}730 wrapped_ptr_ = Impl::WrapRawPtr(p);
54 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function