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

Function Parse_SplitHard_PCRE

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

Source from the content-addressed store, hash-verified

578
579void Parse_SplitHard_NFA(benchmark::State& state) { Parse1SplitHard(state, Parse1NFA); }
580void Parse_SplitHard_PCRE(benchmark::State& state) { Parse1SplitHard(state, Parse1PCRE); }
581void Parse_SplitHard_RE2(benchmark::State& state) { Parse1SplitHard(state, Parse1RE2); }
582void Parse_SplitHard_BitState(benchmark::State& state) { Parse1SplitHard(state, Parse1BitState); }
583

Callers

nothing calls this directly

Calls 1

Parse1SplitHardFunction · 0.85

Tested by

no test coverage detected