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

Function Parse_CachedSplit_PCRE

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

Source from the content-addressed store, hash-verified

556void Parse_CachedSplit_NFA(benchmark::State& state) { Parse1Split(state, Parse1CachedNFA); }
557void Parse_CachedSplit_OnePass(benchmark::State& state) { Parse1Split(state, Parse1CachedOnePass); }
558void Parse_CachedSplit_PCRE(benchmark::State& state) { Parse1Split(state, Parse1CachedPCRE); }
559void Parse_CachedSplit_RE2(benchmark::State& state) { Parse1Split(state, Parse1CachedRE2); }
560void Parse_CachedSplit_BitState(benchmark::State& state) { Parse1Split(state, Parse1CachedBitState); }
561

Callers

nothing calls this directly

Calls 1

Parse1SplitFunction · 0.85

Tested by

no test coverage detected