Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/index/numeric/
H A Ddoc-hit-info-iterator-numeric.h32 class DocHitInfoIteratorNumeric : public DocHitInfoLeafIterator {
34 explicit DocHitInfoIteratorNumeric( in DocHitInfoIteratorNumeric() function
H A Ddummy-numeric-index.h307 return std::make_unique<DocHitInfoIteratorNumeric<T>>(nullptr); in GetIterator()
318 return std::make_unique<DocHitInfoIteratorNumeric<T>>( in GetIterator()
H A Dinteger-index.cc245 return std::make_unique<DocHitInfoIteratorNumeric<int64_t>>( in GetIterator()
H A Dinteger-index-storage.cc666 return std::make_unique<DocHitInfoIteratorNumeric<int64_t>>( in GetIterator()