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

Function Parse_CachedDigits_RE2

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

Source from the content-addressed store, hash-verified

479void Parse_CachedDigits_OnePass(benchmark::State& state) { Parse3Digits(state, Parse3CachedOnePass); }
480void Parse_CachedDigits_PCRE(benchmark::State& state) { Parse3Digits(state, Parse3CachedPCRE); }
481void Parse_CachedDigits_RE2(benchmark::State& state) { Parse3Digits(state, Parse3CachedRE2); }
482void Parse_CachedDigits_Backtrack(benchmark::State& state) { Parse3Digits(state, Parse3CachedBacktrack); }
483void Parse_CachedDigits_BitState(benchmark::State& state) { Parse3Digits(state, Parse3CachedBitState); }
484

Callers

nothing calls this directly

Calls 1

Parse3DigitsFunction · 0.85

Tested by

no test coverage detected