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

Method IsMatch

extern/re2/re2/dfa.cc:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 // byte c, the next state should be s->next_[c].
110 struct State {
111 inline bool IsMatch() const { return (flag_ & kFlagMatch) != 0; }
112
113 int* inst_; // Instruction pointers in the state.
114 int ninst_; // # of inst_ pointers.

Callers 3

InlinedSearchLoopMethod · 0.80
BuildAllStatesMethod · 0.80
PossibleMatchRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected