Searched refs:HasMore (Results 1 – 19 of 19) sorted by relevance
152 bool HasMore = Index.fuzzyFind(*Req, [&](const clangd::Symbol &Item) { in FuzzyFind() local167 LastMessage.mutable_final_result()->set_has_more(HasMore); in FuzzyFind()189 bool HasMore = Index.refs(*Req, [&](const clangd::Ref &Item) { in Refs() local204 LastMessage.mutable_final_result()->set_has_more(HasMore); in Refs()
83 bool HasMore = false; member
259 bool HasMore = false; member
1365 SPAN_ATTACH(Tracer, "incomplete", Output.HasMore); in logResults()1369 Output.HasMore ? " (incomplete)" : ""); in logResults()1512 Output.HasMore = Incomplete; in toCodeCompleteResult()1953 OS << "CodeCompleteResult: " << R.Completions.size() << (R.HasMore ? "+" : "") in operator <<()
1263 Results.HasMore |= Index->refs(Req, [&](const Ref &R) { in findReferences()1276 Results.HasMore = true; in findReferences()
1081 LSPList.isIncomplete = List->HasMore; in onCompletion()
150 bool HasMore();
127 while (reader->HasMore()) { in LocateAndOpenEntry()248 while (reader.HasMore()) { in TEST_F()267 while (reader.HasMore()) { in TEST_F()
202 while (reader.HasMore()) { in UnzipWithFilterAndWriters()
186 bool ZipReader::HasMore() { in HasMore() function in zip::ZipReader
529 EXPECT_TRUE(reader.HasMore()); in TEST_F()
206 while (reader.HasMore()) { in UnzipWithFilterAndWriters()
498 EXPECT_TRUE(reader.HasMore()); in TEST_F()
471 bool HasMore = Index.refs(RQuest, [&](const Ref &R) { in findOccurrencesOutsideFile() local485 if (HasMore) in findOccurrencesOutsideFile()
1790 EXPECT_TRUE(LimitRefs.HasMore); in TEST()1832 EXPECT_TRUE(LimitRefs.HasMore); in TEST()
238 EXPECT_TRUE(Results.HasMore); in TEST()725 EXPECT_TRUE(Results.HasMore); in TEST()