Home
last modified time | relevance | path

Searched refs:WrapRawPtr (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr_backup_ref_impl.h143 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function
403 return WrapRawPtr(wrapped_ptr); in Duplicate()
419 return WrapRawPtr(ptr); in WrapRawPtrForDuplication()
Draw_ptr_asan_unowned_impl.h36 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function
Draw_ptr.h194 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function
309 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function
311 return SuperImpl::WrapRawPtr(ptr); in WrapRawPtr()
699 : wrapped_ptr_(Impl::WrapRawPtr(p)) {}
730 wrapped_ptr_ = Impl::WrapRawPtr(p);
Draw_ptr_hookable_impl.h54 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr() function