Searched refs:ref_sep (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/range/test/adaptor_test/ |
D | formatted.cpp | 85 const std::string ref_sep = make_string(sep); in test_formatted_1arg_impl() local 89 BOOST_CHECK_EQUAL(out1.str(), reference_result(v, ref_sep, "[{", "}]")); in test_formatted_1arg_impl() 93 BOOST_CHECK_EQUAL(out2.str(), reference_result(v, ref_sep, "[{", "}]")); in test_formatted_1arg_impl() 97 BOOST_CHECK_EQUAL(out3.str(), reference_result(v, ref_sep, "{", "}")); in test_formatted_1arg_impl() 101 BOOST_CHECK_EQUAL(out4.str(), reference_result(v, ref_sep, "{", "}")); in test_formatted_1arg_impl() 118 const std::string ref_sep = make_string(sep); in test_formatted_2args_impl() local 124 reference_result(v, ref_sep, make_string('[', prefix), "}]")); in test_formatted_2args_impl() 130 reference_result(v, ref_sep, make_string('[', prefix), "}]")); in test_formatted_2args_impl() 136 reference_result(v, ref_sep, make_string(prefix), "}")); in test_formatted_2args_impl() 142 reference_result(v, ref_sep, make_string(prefix), "}")); in test_formatted_2args_impl() [all …]
|