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

Function AddToQueue

extern/re2/re2/prog.cc:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132typedef SparseSet Workq;
133
134static inline void AddToQueue(Workq* q, int id) {
135 if (id != 0)
136 q->insert(id);
137}
138
139static std::string ProgToString(Prog* prog, Workq* q) {
140 std::string s;

Callers 8

ProgToStringFunction · 0.85
DumpMethod · 0.85
DumpUnanchoredMethod · 0.85
OptimizeMethod · 0.85
StateToWorkqMethod · 0.85
RunWorkqOnEmptyStringMethod · 0.85
RunWorkqOnByteMethod · 0.85
AnalyzeSearchHelperMethod · 0.85

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected