Searched defs:should_prefetch (Results 1 – 2 of 2) sorted by relevance
251 bool should_prefetch, in SuggestResult()761 bool should_prefetch = result.should_prefetch(); in AddMatchToMap() local940 bool should_prefetch = static_cast<int>(index) == prefetch_index; in ParseSuggestResults() local
206 bool should_prefetch() const { return should_prefetch_; } in should_prefetch() function