| 209 | } |
| 210 | |
| 211 | static void InlinedTrieLookupNotFound( |
| 212 | benchmark::State& state) { // NOLINT non-const reference |
| 213 | BenchmarkInlinedTrieLookups(state, {"None", "1.0", "", "abc"}); |
| 214 | } |
| 215 | |
| 216 | BENCHMARK(InlinedTrieLookupFound); |
| 217 | BENCHMARK(InlinedTrieLookupNotFound); |
nothing calls this directly
no test coverage detected