Lines Matching refs:BitTableBase
40 class BitTableBase {
45 BitTableBase() {} in BitTableBase() function
46 explicit BitTableBase(BitMemoryReader& reader) { in BitTableBase() function
93 bool Equals(const BitTableBase& other) const { in Equals()
110 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;
259 static constexpr uint32_t kValueBias = BitTableBase<kNumColumns>::kValueBias;
266 static constexpr uint32_t kNoValue = BitTableBase<kNumColumns>::kNoValue; in Entry()
375 BitTableBase<kNumColumns> table; in Encode()
461 BitTableBase<1> table; in Encode()