Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dperl_matcher.hpp448 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()
Dperl_matcher_recursive.hpp420 bool perl_matcher<BidiIterator, Allocator, traits>::match_dot_repeat_slow() in match_dot_repeat_slow() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
488 return match_dot_repeat_slow(); in match_dot_repeat_fast()
490 return match_dot_repeat_slow(); in match_dot_repeat_fast()
Dperl_matcher_non_recursive.hpp703 bool perl_matcher<BidiIterator, Allocator, traits>::match_dot_repeat_slow() in match_dot_repeat_slow() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
751 return match_dot_repeat_slow(); in match_dot_repeat_fast()
753 return match_dot_repeat_slow(); in match_dot_repeat_fast()