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

Method ProgramFanout

extern/re2/re2/re2.cc:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335int RE2::ProgramFanout(std::vector<int>* histogram) const {
336 if (prog_ == NULL)
337 return -1;
338 return Fanout(prog_, histogram);
339}
340
341int RE2::ReverseProgramFanout(std::vector<int>* histogram) const {
342 if (prog_ == NULL)

Callers 2

TESTFunction · 0.80
TestOneInputFunction · 0.80

Calls 1

FanoutFunction · 0.85

Tested by 2

TESTFunction · 0.64
TestOneInputFunction · 0.64