Searched refs:ReleaseWrappedPtr (Results 1 – 6 of 6) sorted by relevance
68 void ReleaseWrappedPtr(uintptr_t) {} in ReleaseWrappedPtr() function109 ReleaseWrappedPtr, in GetRawPtrAsanHooks()
26 using ReleaseWrappedPtr = void(uintptr_t address); member34 ReleaseWrappedPtr* release_wrapped_ptr;63 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* ptr) { in ReleaseWrappedPtr() function
200 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T*) {} in ReleaseWrappedPtr() function315 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* ptr) { in ReleaseWrappedPtr() function317 SuperImpl::ReleaseWrappedPtr(ptr); in ReleaseWrappedPtr()592 Impl::ReleaseWrappedPtr(wrapped_ptr_);601 Impl::ReleaseWrappedPtr(wrapped_ptr_);617 Impl::ReleaseWrappedPtr(wrapped_ptr_);683 Impl::ReleaseWrappedPtr(wrapped_ptr_);724 Impl::ReleaseWrappedPtr(wrapped_ptr_);729 Impl::ReleaseWrappedPtr(wrapped_ptr_);749 Impl::ReleaseWrappedPtr(wrapped_ptr_);[all …]
42 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* wrapped_ptr) { in ReleaseWrappedPtr() function
177 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* wrapped_ptr) { in ReleaseWrappedPtr() function
2301 TEST_F(HookableRawPtrImplTest, ReleaseWrappedPtr) { in TEST_F() argument