Home
last modified time | relevance | path

Searched refs:AsyncCounter (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp275 class AsyncCounter final : public FeatureModule { in TEST_F() class
316 AsyncCounter() : Thread([this] { run(); }) {} in TEST_F() function in clang::clangd::__anonc34831050111::TEST_F::AsyncCounter
317 ~AsyncCounter() { in TEST_F()
333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
353 FeatureModules.add(std::make_unique<AsyncCounter>()); in TEST_F()
360 EXPECT_EQ(3, FeatureModules.get<AsyncCounter>()->getSync()); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp275 class AsyncCounter final : public FeatureModule { in TEST_F() class
316 AsyncCounter() : Thread([this] { run(); }) {} in TEST_F() function in clang::clangd::__anon02cf7b780111::TEST_F::AsyncCounter
317 ~AsyncCounter() { in TEST_F()
333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
353 FeatureModules.add(std::make_unique<AsyncCounter>()); in TEST_F()
360 EXPECT_EQ(3, FeatureModules.get<AsyncCounter>()->getSync()); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp275 class AsyncCounter final : public FeatureModule { in TEST_F() class
316 AsyncCounter() : Thread([this] { run(); }) {} in TEST_F() function in clang::clangd::__anona5d93dcd0111::TEST_F::AsyncCounter
317 ~AsyncCounter() { in TEST_F()
333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
353 FeatureModules.add(std::make_unique<AsyncCounter>()); in TEST_F()
360 EXPECT_EQ(3, FeatureModules.get<AsyncCounter>()->getSync()); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp275 class AsyncCounter final : public FeatureModule { in TEST_F() class
316 AsyncCounter() : Thread([this] { run(); }) {} in TEST_F() function in clang::clangd::__anon0b80de3a0111::TEST_F::AsyncCounter
317 ~AsyncCounter() { in TEST_F()
333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
353 FeatureModules.add(std::make_unique<AsyncCounter>()); in TEST_F()
360 EXPECT_EQ(3, FeatureModules.get<AsyncCounter>()->getSync()); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp275 class AsyncCounter final : public FeatureModule { in LoggingSession()
316 AsyncCounter() : Thread([this] { run(); }) {} in LoggingSession()
317 ~AsyncCounter() { in LoggingSession()
333 Bind.notification("increment", this, &AsyncCounter::increment); in LoggingSession()
353 FeatureModules.add(std::make_unique<AsyncCounter>()); in LoggingSession()
360 EXPECT_EQ(3, FeatureModules.get<AsyncCounter>()->getSync()); in LoggingSession()