Lines Matching refs:ODT
117 auto *ODT = Table::getFromOpaqueValue(T).template get<OnDiskTable *>(); in removeOverriddenTables() local
118 bool Remove = Files.count(ODT->File); in removeOverriddenTables()
120 delete ODT; in removeOverriddenTables() local
136 for (auto *ODT : tables()) { in condense()
137 auto &HT = ODT->Table; in condense()
151 Merged->Files.push_back(ODT->File); in condense()
152 delete ODT; in condense() local
232 for (auto *ODT : tables()) { in find()
233 auto &HT = ODT->Table; in find()
257 for (auto *ODT : tables()) { in findAll()
258 auto &HT = ODT->Table; in findAll()