Searched refs:maxmark (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Ddfa.cc359 // Constructor: n is number of normal slots, maxmark number of mark slots.
360 Workq(int n, int maxmark) : argument
361 SparseSet(n+maxmark),
363 maxmark_(maxmark),
370 int maxmark() { return maxmark_; } function in class:re2::DFA::Workq
838 if (q->maxmark() > 0 &&

Completed in 44 milliseconds