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

Function Search_AltMatch_BitState

extern/re2/re2/testing/regexp_benchmark.cc:400–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398void Search_AltMatch_NFA(benchmark::State& state) { SearchAltMatch(state, SearchNFA); }
399void Search_AltMatch_OnePass(benchmark::State& state) { SearchAltMatch(state, SearchOnePass); }
400void Search_AltMatch_BitState(benchmark::State& state) { SearchAltMatch(state, SearchBitState); }
401void Search_AltMatch_PCRE(benchmark::State& state) { SearchAltMatch(state, SearchPCRE); }
402void Search_AltMatch_RE2(benchmark::State& state) { SearchAltMatch(state, SearchRE2); }
403

Callers

nothing calls this directly

Calls 1

SearchAltMatchFunction · 0.85

Tested by

no test coverage detected