Searched refs:BinaryFindFirstNotLess (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | D3D12MemAlloc.cpp | 435 static IterT BinaryFindFirstNotLess(IterT beg, IterT end, const KeyT &key, const CmpLess& cmp) in BinaryFindFirstNotLess() function 465 IterT it = BinaryFindFirstNotLess<CmpLess, IterT, KeyT>(beg, end, value, cmp); in BinaryFindSorted() 952 const size_t indexToInsert = BinaryFindFirstNotLess<CmpLess, iterator, T>( in InsertSorted() 964 const iterator it = BinaryFindFirstNotLess( in RemoveSorted() 2823 SuballocationList::iterator* const it = BinaryFindFirstNotLess( in CreateAllocationRequest() 3121 SuballocationList::iterator* const it = BinaryFindFirstNotLess( in UnregisterFreeSuballocation()
|