Home
last modified time | relevance | path

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

/third_party/boost/libs/contract/test/function/
Ddecl_post_all.cpp16 std::string ok_f() { in ok_f() function
41 << ok_f() in main()
57 << ok_f() // Test f::post failed. in main()
Ddecl_pre_all.cpp16 std::string ok_f(bool failed = false) { in ok_f() function
43 << ok_f() in main()
65 << ok_f(BOOST_CONTRACT_TEST_pre) in main()
/third_party/boost/libs/contract/test/disable/
Dlib_ab.hpp16 std::string ok_f() { in ok_f() function
56 << ok_f() in main()
96 BOOST_TEST(boost::contract::test::detail::oteststream::eq(out(), ok_f())); in main()