Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.h70 struct DebouncePolicy { struct
84 static DebouncePolicy fixed(clock::duration); argument
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTUSchedulerTests.cpp1011 TEST(DebouncePolicy, Compute) { in TEST() argument