Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/beast/websocket/
Dread3.cpp398 bool called_cb = false; in testIssue954() local
401 [&called_cb](frame_type, string_view) in testIssue954()
403 called_cb = true; in testIssue954()
410 BEAST_EXPECT(! called_cb); in testIssue954()
413 BEAST_EXPECT(! called_cb); in testIssue954()
419 BEAST_EXPECT(! called_cb); in testIssue954()
/third_party/node/test/cctest/
Dtest_environment.cc161 bool called_cb = false; in TEST_F() local
165 called_cb = true; in TEST_F()
181 CHECK(called_cb); in TEST_F()
/third_party/node/doc/guides/
Dwriting-tests.md394 static bool called_cb = false;
407 EXPECT_TRUE(called_cb);
411 called_cb = true;