Home
last modified time | relevance | path

Searched defs:ReleaseWrappedPtr (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr_hookable_impl.h26 using ReleaseWrappedPtr = void(uintptr_t address); member
63 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* ptr) { in ReleaseWrappedPtr() function
Draw_ptr_asan_unowned_impl.h42 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* wrapped_ptr) { in ReleaseWrappedPtr() function
Draw_ptr.h200 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T*) {} in ReleaseWrappedPtr() function
315 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* ptr) { in ReleaseWrappedPtr() function
Draw_ptr_backup_ref_impl.h177 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* wrapped_ptr) { in ReleaseWrappedPtr() function
Draw_ptr_unittest.cc2301 TEST_F(HookableRawPtrImplTest, ReleaseWrappedPtr) { in TEST_F() argument
/external/cronet/base/memory/
Draw_ptr_asan_hooks.cc68 void ReleaseWrappedPtr(uintptr_t) {} in ReleaseWrappedPtr() function