Searched refs:repeater_count (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | perl_matcher.hpp | 258 class repeater_count class 260 repeater_count** stack; 261 repeater_count* next; 266 repeater_count* unwind_until(int n, repeater_count* p, int current_recursion_id) in unwind_until() 284 repeater_count(repeater_count** s) : stack(s), next(0), state_id(-1), count(0), start_pos() {} in repeater_count() function in boost::BOOST_REGEX_DETAIL_NS::repeater_count 286 repeater_count(int i, repeater_count** s, BidiIterator start, int current_recursion_id) in repeater_count() function in boost::BOOST_REGEX_DETAIL_NS::repeater_count 297 repeater_count* p = next; in repeater_count() 308 ~repeater_count() in ~repeater_count() 365 repeater_count<iterator>* repeater_stack; 513 repeater_count<BidiIterator>* next_count; [all …]
|
D | perl_matcher_recursive.hpp | 332 …repeater_count<BidiIterator> r(rep->state_id, &next_count, position, this->recursion_stack.size() … in match_rep() 927 repeater_count<BidiIterator>* saved = next_count; in match_recursion() 928 …repeater_count<BidiIterator> r(&next_count); // resets all repeat counts since we're recursing and… in match_recursion() 963 repeater_count<BidiIterator>* saved_count = next_count; in match_endmark()
|
D | perl_matcher_non_recursive.hpp | 92 repeater_count<BidiIterator> count; 93 …saved_repeater(int i, repeater_count<BidiIterator>** s, BidiIterator start, int current_recursion_… in saved_repeater() 341 …matcher<BidiIterator, Allocator, traits>::push_repeater_count(int i, repeater_count<BidiIterator>*… in push_repeater_count()
|