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

Function Search_AltMatch_DFA

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

Source from the content-addressed store, hash-verified

395}
396
397void Search_AltMatch_DFA(benchmark::State& state) { SearchAltMatch(state, SearchDFA); }
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); }

Callers

nothing calls this directly

Calls 1

SearchAltMatchFunction · 0.85

Tested by

no test coverage detected