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

Method name

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

Source from the content-addressed store, hash-verified

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_; }
344 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }

Callers 5

PreVisitMethod · 0.45
TopEqualFunction · 0.45
PreVisitMethod · 0.45
PreVisitMethod · 0.45
DumpRegexpAppendingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected