Searched refs:HasMore (Results 1 – 10 of 10) sorted by relevance
144 bool HasMore = false; in Lookup() local147 HasMore = true; in Lookup()163 if (HasMore) in Lookup()166 LastMessage.mutable_final_result()->set_has_more(HasMore); in Lookup()195 bool HasMore = Index.fuzzyFind(*Req, [&](const clangd::Symbol &Item) { in FuzzyFind() local210 LastMessage.mutable_final_result()->set_has_more(HasMore); in FuzzyFind()237 bool HasMore = Index.refs(*Req, [&](const clangd::Ref &Item) { in Refs() local252 LastMessage.mutable_final_result()->set_has_more(HasMore); in Refs()
70 bool HasMore = true; in streamRPC() local90 HasMore = Reply.final_result().has_more(); in streamRPC()113 return HasMore; in streamRPC()
93 bool HasMore = false; member
240 bool HasMore = false; member
1526 SPAN_ATTACH(Tracer, "incomplete", Output.HasMore); in logResults()1530 Output.HasMore ? " (incomplete)" : ""); in logResults()1673 Output.HasMore = Incomplete; in toCodeCompleteResult()2192 OS << "CodeCompleteResult: " << R.Completions.size() << (R.HasMore ? "+" : "") in operator <<()
1436 Results.HasMore = true; in findReferences()1463 if (IDs.empty() || !Index || Results.HasMore) in findReferences()1477 Results.HasMore |= Index->refs(Req, [&](const Ref &R) { in findReferences()
1057 LSPList.isIncomplete = List->HasMore; in onCompletion()
566 bool HasMore = Index.refs(RQuest, [&](const Ref &R) { in findOccurrencesOutsideFile() local580 if (HasMore) in findOccurrencesOutsideFile()
2308 EXPECT_TRUE(LimitRefs.HasMore); in TEST()2350 EXPECT_TRUE(LimitRefs.HasMore); in TEST()
243 EXPECT_TRUE(Results.HasMore); in TEST()742 EXPECT_TRUE(Results.HasMore); in TEST()