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

Function Parse_DigitDs_NFA

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

Source from the content-addressed store, hash-verified

499}
500
501void Parse_DigitDs_NFA(benchmark::State& state) { Parse3DigitDs(state, Parse3NFA); }
502void Parse_DigitDs_OnePass(benchmark::State& state) { Parse3DigitDs(state, Parse3OnePass); }
503void Parse_DigitDs_PCRE(benchmark::State& state) { Parse3DigitDs(state, Parse3PCRE); }
504void Parse_DigitDs_RE2(benchmark::State& state) { Parse3DigitDs(state, Parse3RE2); }

Callers

nothing calls this directly

Calls 1

Parse3DigitDsFunction · 0.85

Tested by

no test coverage detected