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

Function Parse_Digits_PCRE

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

Source from the content-addressed store, hash-verified

462void Parse_Digits_NFA(benchmark::State& state) { Parse3Digits(state, Parse3NFA); }
463void Parse_Digits_OnePass(benchmark::State& state) { Parse3Digits(state, Parse3OnePass); }
464void Parse_Digits_PCRE(benchmark::State& state) { Parse3Digits(state, Parse3PCRE); }
465void Parse_Digits_RE2(benchmark::State& state) { Parse3Digits(state, Parse3RE2); }
466void Parse_Digits_Backtrack(benchmark::State& state) { Parse3Digits(state, Parse3Backtrack); }
467void Parse_Digits_BitState(benchmark::State& state) { Parse3Digits(state, Parse3BitState); }

Callers

nothing calls this directly

Calls 1

Parse3DigitsFunction · 0.85

Tested by

no test coverage detected