Searched refs:called_cb (Results 1 – 3 of 3) sorted by relevance
398 bool called_cb = false; in testIssue954() local401 [&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()
161 bool called_cb = false; in TEST_F() local165 called_cb = true; in TEST_F()181 CHECK(called_cb); in TEST_F()
394 static bool called_cb = false;407 EXPECT_TRUE(called_cb);411 called_cb = true;