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

Function Parse_SplitHard_RE2

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

Source from the content-addressed store, hash-verified

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
584#ifdef USEPCRE

Callers

nothing calls this directly

Calls 1

Parse1SplitHardFunction · 0.85

Tested by

no test coverage detected