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

Function Search_AltMatch_NFA

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

Source from the content-addressed store, hash-verified

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); }
401void Search_AltMatch_PCRE(benchmark::State& state) { SearchAltMatch(state, SearchPCRE); }

Callers

nothing calls this directly

Calls 1

SearchAltMatchFunction · 0.85

Tested by

no test coverage detected