Searched refs:BitVectorIterator (Results 1 – 1 of 1) sorted by relevance
30 class BitVectorIterator; variable35 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, b…95 class BitVectorIterator : public std::iterator<std::random_access_iterator_tag, bool> {103 BitVectorIterator(WordType *data, int offset) : data_(data), offset_(offset) {} in BitVectorIterator() function104 ~BitVectorIterator() = default;106 DEFAULT_COPY_SEMANTIC(BitVectorIterator);107 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(BitVectorIterator);110 bool operator==(const BitVectorIterator<_IsConst> &other) const115 bool operator<(const BitVectorIterator<_IsConst> &other) const120 bool operator!=(const BitVectorIterator<_IsConst> &other) const[all …]