Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeCategoryMap.cpp96 std::vector<ValueSP> sorted_categories(m_map.size(), ValueSP()); in EnableAllCategories() local
102 if (pos >= sorted_categories.size()) { in EnableAllCategories()
104 sorted_categories.begin(), sorted_categories.end(), in EnableAllCategories()
106 pos = std::distance(sorted_categories.begin(), iter); in EnableAllCategories()
108 sorted_categories.at(pos) = iter->second; in EnableAllCategories()
110 decltype(sorted_categories)::iterator viter = sorted_categories.begin(), in EnableAllCategories()
111 vend = sorted_categories.end(); in EnableAllCategories()