Searched refs:match_dot_repeat_slow (Results 1 – 3 of 3) sorted by relevance
448 bool match_dot_repeat_slow();451 …is_random_access_iterator<BidiIterator>::value ? match_dot_repeat_fast() : match_dot_repeat_slow(); in match_dot_repeat_dispatch()
420 bool perl_matcher<BidiIterator, Allocator, traits>::match_dot_repeat_slow() in match_dot_repeat_slow() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher488 return match_dot_repeat_slow(); in match_dot_repeat_fast()490 return match_dot_repeat_slow(); in match_dot_repeat_fast()
703 bool perl_matcher<BidiIterator, Allocator, traits>::match_dot_repeat_slow() in match_dot_repeat_slow() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher751 return match_dot_repeat_slow(); in match_dot_repeat_fast()753 return match_dot_repeat_slow(); in match_dot_repeat_fast()