Searched refs:success1 (Results 1 – 3 of 3) sorted by relevance
100 bool success1 = f.consume_one(test_equal(1)); in BOOST_AUTO_TEST_CASE() local103 bool success1 = f.consume_one([] (int i) { in BOOST_AUTO_TEST_CASE() local112 BOOST_REQUIRE(success1); in BOOST_AUTO_TEST_CASE()
124 bool success1 = f.consume_one(test_equal(2)); in BOOST_AUTO_TEST_CASE() local127 bool success1 = f.consume_one([] (int i) { in BOOST_AUTO_TEST_CASE() local136 BOOST_REQUIRE(success1); in BOOST_AUTO_TEST_CASE()
87 bool success1 = f.consume_one(test_equal(1)); in BOOST_AUTO_TEST_CASE() local90 bool success1 = f.consume_one([] (int i) { in BOOST_AUTO_TEST_CASE() local99 BOOST_REQUIRE(success1); in BOOST_AUTO_TEST_CASE()