Searched refs:ElementList (Results 1 – 2 of 2) sorted by relevance
606 class ElementList {612 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function716 std::conditional_t<IsReverse, ElementList::const_reverse_iterator,717 ElementList::const_iterator>,718 std::conditional_t<IsReverse, ElementList::reverse_iterator,719 ElementList::iterator>>;800 ElementList Elements;900 using iterator = ElementList::iterator;901 using const_iterator = ElementList::const_iterator;902 using reverse_iterator = ElementList::reverse_iterator;[all …]
257 using ElementList = std::list<SparseBitVectorElement<ElementSize>>; variable 258 using ElementListIter = typename ElementList::iterator;259 using ElementListConstIter = typename ElementList::const_iterator;264 ElementList Elements;