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

Method cap

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

Source from the content-addressed store, hash-verified

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_; }
341 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }
342 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }
343 int nrunes() { DCHECK_EQ(op_, kRegexpLiteralString); return nrunes_; }

Callers 14

PreVisitMethod · 0.45
PostVisitMethod · 0.45
IsAnchorStartFunction · 0.45
IsAnchorEndFunction · 0.45
PostVisitMethod · 0.45
TopEqualFunction · 0.45
PreVisitMethod · 0.45
PreVisitMethod · 0.45
TrySearchMethod · 0.45
IsOnePassMethod · 0.45
AddToThreadqMethod · 0.45
SearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected