Searched defs:re_repeat (Results 1 – 1 of 1) sorted by relevance
248 struct re_repeat : public re_alt struct250 std::size_t min, max; // min and max allowable repeats251 int state_id; // Unique identifier for this repeat252 … leading; // True if this repeat is at the start of the machine (lets us optimize some searches)253 bool greedy; // True if this is a greedy repeat