Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Incref
Method
Incref
extern/re2/re2/nfa.cc:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
NFA::Thread* NFA::Incref(Thread* t) {
176
DCHECK(t != NULL);
177
t->ref++;
178
return t;
179
}
180
181
void NFA::Decref(Thread* t) {
182
DCHECK(t != NULL);
Callers
14
Round2
Method · 0.45
DoCollapse
Method · 0.45
IsAnchorStart
Function · 0.45
IsAnchorEnd
Function · 0.45
Add
Method · 0.45
Init
Method · 0.45
Copy
Method · 0.45
ShortVisit
Method · 0.45
PostVisit
Method · 0.45
DoCoalesce
Method · 0.45
PreVisit
Method · 0.45
SimplifyRepeat
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36