MCPcopy 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
175NFA::Thread* NFA::Incref(Thread* t) {
176 DCHECK(t != NULL);
177 t->ref++;
178 return t;
179}
180
181void NFA::Decref(Thread* t) {
182 DCHECK(t != NULL);

Callers 14

Round2Method · 0.45
DoCollapseMethod · 0.45
IsAnchorStartFunction · 0.45
IsAnchorEndFunction · 0.45
AddMethod · 0.45
InitMethod · 0.45
CopyMethod · 0.45
ShortVisitMethod · 0.45
PostVisitMethod · 0.45
DoCoalesceMethod · 0.45
PreVisitMethod · 0.45
SimplifyRepeatMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36