Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp670 static RangeSequence<size_t> g_LineRanges; variable
4005 const bool useLineRanges = !g_LineRanges.IsEmpty(); in ProcessFile()
4075 execute = g_LineRanges.Includes(currLineNumber); in ProcessFile()
4255 if(!g_LineRanges.Parse(StrRange(cmdLineParser.GetParameter()))) in main2()