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

Method ReverseProgramFanout

extern/re2/re2/re2.cc:341–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341int RE2::ReverseProgramFanout(std::vector<int>* histogram) const {
342 if (prog_ == NULL)
343 return -1;
344 Prog* prog = ReverseProg();
345 if (prog == NULL)
346 return -1;
347 return Fanout(prog, histogram);
348}
349
350// Returns named_groups_, computing it if needed.
351const std::map<std::string, int>& RE2::NamedCapturingGroups() const {

Callers 2

TESTFunction · 0.80
TestOneInputFunction · 0.80

Calls 1

FanoutFunction · 0.85

Tested by 2

TESTFunction · 0.64
TestOneInputFunction · 0.64