Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/containers/
H A Dintrusive_heap.h498 return impl_.get_heap_handle_access(); in heap_handle_access()
605 const heap_handle_accessor& get_heap_handle_access() const { return *this; } in get_heap_handle_access() function
606 heap_handle_accessor& get_heap_handle_access() { return *this; } in get_heap_handle_access() function
875 std::swap(impl_.get_heap_handle_access(), in swap()
876 other.impl_.get_heap_handle_access()); in swap()
903 impl_.get_heap_handle_access().SetHeapHandle(&impl_.heap_[i], HeapHandle(i)); in SetHeapHandle()
910 impl_.get_heap_handle_access().ClearHeapHandle(&impl_.heap_[i]); in ClearHeapHandle()
917 return impl_.get_heap_handle_access().GetHeapHandle(&impl_.heap_[i]); in GetHeapHandle()