MCPcopy Create free account
hub / github.com/Genivia/RE-flex / lazy

Method lazy

lib/pattern.cpp:2266–2273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2264}
2265
2266void Pattern::lazy(
2267 const Lazypos& lazypos,
2268 Positions& pos) const
2269{
2270 for (Positions::iterator p = pos.begin(); p != pos.end(); ++p)
2271 for (Lazypos::const_iterator l = lazypos.begin(); l != lazypos.end(); ++l)
2272 *p = p->lazy(l->lazy());
2273}
2274
2275void Pattern::lazy(
2276 const Lazypos& lazypos,

Callers 6

parseMethod · 0.45
parse2Method · 0.45
greedyMethod · 0.45
trim_lazyMethod · 0.45
compile_transitionMethod · 0.45
graph_dfaMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected