Home
last modified time | relevance | path

Searched refs:BitTableBase (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dbit_table.h40 class BitTableBase {
45 BitTableBase() {} in BitTableBase() function
46 explicit BitTableBase(BitMemoryReader& reader) { in BitTableBase() function
92 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 …]
Dbit_table_test.cc40 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()