Searched refs:BitTableBase (Results 1 – 2 of 2) sorted by relevance
40 class BitTableBase {45 BitTableBase() {} in BitTableBase() function46 explicit BitTableBase(BitMemoryReader& reader) { in BitTableBase() function92 bool Equals(const BitTableBase& other) const { in Equals()109 static constexpr uint32_t kNoValue = BitTableBase<kNumColumns>::kNoValue;112 BitTableAccessor(const BitTableBase<kNumColumns>* table, uint32_t row) in BitTableAccessor()141 const BitTableBase<kNumColumns>* table_ = nullptr;154 class BitTable : public BitTableBase<Accessor::kNumColumns> {197 using BitTableBase<Accessor::kNumColumns>::BitTableBase; // Constructors.258 static constexpr uint32_t kNoValue = BitTableBase<kNumColumns>::kNoValue;[all …]
40 BitTableBase<1> table(reader); in TEST()61 BitTableBase<1> table(reader); in TEST()84 BitTableBase<1> table(reader); in TEST()105 BitTableBase<4> table(reader); in TEST()155 BitTableBase<1> table(reader); in TEST()