Searched refs:not_int_str (Results 1 – 3 of 3) sorted by relevance
26 string const not_int_str = "not an int"; in int_to_str() local58 string const not_int_str = "not an int"; in str_to_int() local70 int const a00 = boost::convert<int>(not_int_str, cnv).value_or(-1); in str_to_int()84 boost::optional<int> const r00 = boost::convert<int>(not_int_str, cnv); in str_to_int()100 boost::convert<int>(not_int_str, cnv).value(); in str_to_int()
60 string const not_int_str = "not an int"; in main() local63 int const v00 = convert<int>(not_int_str).value_or(-1); in main()
26 string const not_int_str = "not an int"; in main() local30 BOOST_TEST( -1 == convert<int>(not_int_str, cnv).value_or(-1)); in main()