Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Dposting-list-used.cc88 if (!other->GetHitsInternal(/*limit=*/1, /*pop=*/true, &hits).ok()) { in MoveFrom()
327 return GetHitsInternal(/*limit=*/std::numeric_limits<uint32_t>::max(), in GetHits()
386 ICING_RETURN_IF_ERROR(GetHitsInternal(/*limit=*/2, /*pop=*/true, &out)); in PopFrontHits()
394 return GetHitsInternal(/*limit=*/num_hits, /*pop=*/true, nullptr); in PopFrontHits()
399 libtextclassifier3::Status PostingListUsed::GetHitsInternal( in GetHitsInternal() function in icing::lib::PostingListUsed
Dposting-list-used.h282 libtextclassifier3::Status GetHitsInternal(uint32_t limit, bool pop,