| 540 | } |
| 541 | |
| 542 | void Parse_Split_NFA(benchmark::State& state) { Parse1Split(state, Parse1NFA); } |
| 543 | void Parse_Split_OnePass(benchmark::State& state) { Parse1Split(state, Parse1OnePass); } |
| 544 | void Parse_Split_PCRE(benchmark::State& state) { Parse1Split(state, Parse1PCRE); } |
| 545 | void Parse_Split_RE2(benchmark::State& state) { Parse1Split(state, Parse1RE2); } |
nothing calls this directly
no test coverage detected