Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dstates.hpp248 struct re_repeat : public re_alt struct
250 std::size_t min, max; // min and max allowable repeats
251 int state_id; // Unique identifier for this repeat
252 … 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dstates.hpp237 struct re_repeat : public re_alt struct
239 std::size_t min, max; // min and max allowable repeats
240 int state_id; // Unique identifier for this repeat
241 … 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