Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp474 struct PointerLess struct
4743 committedAllocations->InsertSorted(alloc, PointerLess()); in RegisterCommittedAllocation()
4753 bool success = committedAllocations->RemoveSorted(alloc, PointerLess()); in UnregisterCommittedAllocation()
4764 pools->InsertSorted(pool, PointerLess()); in RegisterPool()
4774 bool success = pools->RemoveSorted(pool, PointerLess()); in UnregisterPool()