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

Function Satisfy

extern/re2/re2/onepass.cc:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static bool Satisfy(uint32_t cond, const StringPiece& context, const char* p) {
193 uint32_t satisfied = Prog::EmptyFlags(context, p);
194 if (cond & kEmptyAllFlags & ~satisfied)
195 return false;
196 return true;
197}
198
199// Apply the capture bits in cond, saving p to the appropriate
200// locations in cap[].

Callers 1

SearchOnePassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected