Searched refs:ElementList (Results 1 – 2 of 2) sorted by relevance
605 class ElementList {611 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function710 std::conditional_t<IsReverse, ElementList::const_reverse_iterator,711 ElementList::const_iterator>,712 std::conditional_t<IsReverse, ElementList::reverse_iterator,713 ElementList::iterator>>;794 ElementList Elements;894 using iterator = ElementList::iterator;895 using const_iterator = ElementList::const_iterator;896 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;