Home
last modified time | relevance | path

Searched refs:GetNumBlocksInspected (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/index/numeric/
Ddoc-hit-info-iterator-numeric.h67 numeric_index_iter_->GetNumBlocksInspected()); in GetCallStats()
Dnumeric-index.h107 virtual int32_t GetNumBlocksInspected() const = 0;
Ddummy-numeric-index.h181 int32_t GetNumBlocksInspected() const override { return 0; } in GetNumBlocksInspected() function
Dinteger-index-storage.cc284 int32_t GetNumBlocksInspected() const override { in GetNumBlocksInspected() function in icing::lib::IntegerIndexStorageIterator