Searched defs:re_repeat (Results 1 – 2 of 2) 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
237 struct re_repeat : public re_alt struct239 std::size_t min, max; // min and max allowable repeats240 int state_id; // Unique identifier for this repeat241 … leading; // True if this repeat is at the start of the machine (lets us optimize some searches)242 bool greedy; // True if this is a greedy repeat