Searched refs:BitTableType (Results 1 – 1 of 1) sorted by relevance
75 using BitTableType = BitTable<Accessor>; variable79 static constexpr uint32_t NO_VALUE = BitTableType::NO_VALUE;84 BitTableRow(const BitTableType *table, int row_index) : table_(table), row_index_(row_index) {} in BitTableRow()112 return Get(index) != BitTableType::NO_VALUE; in Has()147 const BitTableType *table_ {nullptr};159 …BitTableIterator(const typename Accessor::BitTableType *table, int row_index) : row_(table, row_in… in BitTableIterator()