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

Function Parse_Split_NFA

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

Source from the content-addressed store, hash-verified

540}
541
542void Parse_Split_NFA(benchmark::State& state) { Parse1Split(state, Parse1NFA); }
543void Parse_Split_OnePass(benchmark::State& state) { Parse1Split(state, Parse1OnePass); }
544void Parse_Split_PCRE(benchmark::State& state) { Parse1Split(state, Parse1PCRE); }
545void Parse_Split_RE2(benchmark::State& state) { Parse1Split(state, Parse1RE2); }

Callers

nothing calls this directly

Calls 1

Parse1SplitFunction · 0.85

Tested by

no test coverage detected