Searched refs:check_find_result (Results 1 – 3 of 3) sorted by relevance
78 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl()139 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl()191 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_impl()
88 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl()163 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl()259 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_impl()
74 bool check_find_result(InputT&, FindResultT& FindResult) in check_find_result() function