Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp1348 struct ExceptionProto { struct
1349 u32 reports_index = MO_INVALID_IDX;
1350 NFAStateSet succ_states;
1351 NFAStateSet squash_states;
1352 u32 repeat_index = MO_INVALID_IDX;
1353 enum LimExTrigger trigger = LIMEX_TRIGGER_NONE;
1354 enum LimExSquash squash = LIMEX_SQUASH_NONE;
1356 explicit ExceptionProto(u32 num_states) in ExceptionProto() function
1363 bool operator<(const ExceptionProto &b) const { in operator <()
1380 map<ExceptionProto, vector<u32>> &exceptionMap, in buildExceptionMap()
/dports/www/xist/ll-xist-5.34/src/ll/
H A Dul4c.py716 class ExceptionProto(Proto): class