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

Method ProgramSize

extern/re2/re2/re2.cc:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279int RE2::ProgramSize() const {
280 if (prog_ == NULL)
281 return -1;
282 return prog_->size();
283}
284
285int RE2::ReverseProgramSize() const {
286 if (prog_ == NULL)

Callers 2

TESTFunction · 0.80
TestOneInputFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

TESTFunction · 0.64
TestOneInputFunction · 0.64