Home
last modified time | relevance | path

Searched defs:saved_position (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp74 struct saved_position : public saved_state struct
76 const re_syntax_base* pstate;
77 BidiIterator position;
78saved_position(const re_syntax_base* ps, BidiIterator pos, int i) : saved_state(i), pstate(ps), po… in saved_position() function
508 BidiIterator saved_position = position; in match_startmark() local
Dperl_matcher_recursive.hpp211 BidiIterator saved_position = position; in match_startmark() local