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

Method inst_count

extern/re2/re2/prog.h:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 void set_reversed(bool reversed) { reversed_ = reversed; }
207 int list_count() { return list_count_; }
208 int inst_count(InstOp op) { return inst_count_[op]; }
209 uint16_t* list_heads() { return list_heads_.data(); }
210 int64_t dfa_mem() { return dfa_mem_; }
211 void set_dfa_mem(int64_t dfa_mem) { dfa_mem_ = dfa_mem; }

Callers 2

DFAMethod · 0.80
NFAMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected