MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / max

Method max

extern/re2/re2/regexp.h:337–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; }
337 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; }
338 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; }
339 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; }
340 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }

Callers 8

PostVisitMethod · 0.80
PreVisitMethod · 0.80
Round2Method · 0.80
PostVisitMethod · 0.80
DoCoalesceMethod · 0.80
TopEqualFunction · 0.80
PostVisitMethod · 0.80
DumpRegexpAppendingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected