Home
last modified time | relevance | path

Searched defs:AddDocument (Results 1 – 2 of 2) sorted by relevance

/external/icing/icing/store/
Dcorpus-associated-scoring-data.h56 void AddDocument(uint32_t doc_length_in_tokens) { in AddDocument() function
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp765 auto AddDocument = [&](unsigned FileIndex, bool SkipCache) { in TEST() local