Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_misc_opt.h46 struct BoundedRepeatSummary { struct
47 BoundedRepeatSummary(void) : repeatMin(0), repeatMax(depth::infinity()) {} in BoundedRepeatSummary() argument
48 BoundedRepeatSummary(const depth &min_in, const depth &max_in) in BoundedRepeatSummary() function
67 const std::map<NFAVertex, BoundedRepeatSummary> &br_cyclic); argument