Searched refs:ElementList (Results 1 – 2 of 2) sorted by relevance
577 class ElementList {583 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function682 std::conditional_t<IsReverse, ElementList::const_reverse_iterator,683 ElementList::const_iterator>,684 std::conditional_t<IsReverse, ElementList::reverse_iterator,685 ElementList::iterator>>;766 ElementList Elements;865 using iterator = ElementList::iterator;866 using const_iterator = ElementList::const_iterator;867 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;