Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp492 static Key<int> NonceKey; in TEST_F() local
502 WithContextValue WithNonce(NonceKey, ++Nonce); in TEST_F()
508 EXPECT_THAT(Context::current().get(NonceKey), Pointee(Nonce)); in TEST_F()
524 WithContextValue WithNonce(NonceKey, ++Nonce); in TEST_F()
529 EXPECT_THAT(Context::current().get(NonceKey), Pointee(Nonce)); in TEST_F()
544 WithContextValue WithNonce(NonceKey, ++Nonce); in TEST_F()
549 EXPECT_THAT(Context::current().get(NonceKey), Pointee(Nonce)); in TEST_F()