Searched defs:saved_single_repeat (Results 1 – 1 of 1) sorted by relevance
124 struct saved_single_repeat : public saved_state struct126 std::size_t count;127 const re_repeat* rep;128 BidiIterator last_position;129 saved_single_repeat(std::size_t c, const re_repeat* r, BidiIterator lp, int arg_id) in saved_single_repeat() function