Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
int RE2::ProgramSize() const {
280
if (prog_ == NULL)
281
return -1;
282
return prog_->size();
283
}
284
285
int RE2::ReverseProgramSize() const {
286
if (prog_ == NULL)
Callers
2
TEST
Function · 0.80
TestOneInput
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
2
TEST
Function · 0.64
TestOneInput
Function · 0.64