Home
last modified time | relevance | path

Searched refs:push_single_repeat (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp356 inline void perl_matcher<BidiIterator, Allocator, traits>::push_single_repeat(std::size_t c, const … in push_single_repeat() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
732 push_single_repeat(count, rep, position, saved_state_greedy_single_repeat); in match_dot_repeat_slow()
741 push_single_repeat(count, rep, position, saved_state_rep_slow_dot); in match_dot_repeat_slow()
771 push_single_repeat(count, rep, position, saved_state_greedy_single_repeat); in match_dot_repeat_fast()
780 push_single_repeat(count, rep, position, saved_state_rep_fast_dot); in match_dot_repeat_fast()
840 push_single_repeat(count, rep, position, saved_state_greedy_single_repeat); in match_char_repeat()
849 push_single_repeat(count, rep, position, saved_state_rep_char); in match_char_repeat()
914 push_single_repeat(count, rep, position, saved_state_greedy_single_repeat); in match_set_repeat()
923 push_single_repeat(count, rep, position, saved_state_rep_short_set); in match_set_repeat()
989 push_single_repeat(count, rep, position, saved_state_greedy_single_repeat); in match_long_set_repeat()
[all …]
Dperl_matcher.hpp561 …void push_single_repeat(std::size_t c, const re_repeat* r, BidiIterator last_position, int state_i…