reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 if (Index == EndIndexVal) 81 Index = EndIndexVal; 87 if (Index != EndIndexVal && !(*ArchSet & (1UL << Index))) 143 iterator end() { return {&ArchSet, EndIndexVal}; } 146 const_iterator end() const { return {&ArchSet, EndIndexVal}; }