Home
last modified time | relevance | path

Searched defs:RangeVector (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DRangeMapTest.cpp15 TEST(RangeVector, CombineConsecutiveRanges) { in TEST() argument
16 using RangeVector = RangeVector<uint32_t, uint32_t>; in TEST() typedef
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h17165 typedef VmaSmallVector<VkMappedMemoryRange, RangeAllocator, 16> RangeVector; in FlushOrInvalidateAllocations() typedef