Searched defs:should_prefetch (Results 1 – 3 of 3) sorted by relevance
73 bool should_prefetch, in SuggestResult()469 bool should_prefetch = static_cast<int>(index) == prefetch_index; in ParseSuggestResults() local
142 bool should_prefetch() const { return should_prefetch_; } in should_prefetch() function
384 bool should_prefetch = result.should_prefetch(); in AddMatchToMap() local