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

/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc388 // Constructor: n is number of normal slots, maxmark number of mark slots.
389 Workq(int n, int maxmark) : argument
390 SparseSet(n+maxmark),
392 maxmark_(maxmark),
399 int maxmark() { return maxmark_; } function in class:re2::DFA::Workq
867 if (q->maxmark() > 0 &&
/external/regex-re2/re2/
H A Ddfa.cc386 // Constructor: n is number of normal slots, maxmark number of mark slots.
387 Workq(int n, int maxmark) : argument
388 SparseSet(n+maxmark),
390 maxmark_(maxmark),
397 int maxmark() { return maxmark_; } function in class:re2::DFA::Workq
865 if (q->maxmark() > 0 &&

Completed in 70 milliseconds