Searched refs:ElementList (Results 1 – 2 of 2) sorted by relevance
578 class ElementList {584 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function683 std::conditional_t<IsReverse, ElementList::const_reverse_iterator,684 ElementList::const_iterator>,685 std::conditional_t<IsReverse, ElementList::reverse_iterator,686 ElementList::iterator>>;767 ElementList Elements;866 using iterator = ElementList::iterator;867 using const_iterator = ElementList::const_iterator;868 using reverse_iterator = ElementList::reverse_iterator;[all …]
257 using ElementList = std::list<SparseBitVectorElement<ElementSize>>; variable258 using ElementListIter = typename ElementList::iterator;259 using ElementListConstIter = typename ElementList::const_iterator;264 ElementList Elements;