| 204 | state.SetItemsProcessed(state.iterations() * lookups.size()); |
| 205 | } |
| 206 | static void InlinedTrieLookupFound( |
| 207 | benchmark::State& state) { // NOLINT non-const reference |
| 208 | BenchmarkInlinedTrieLookups(state, {"N/A", "null", "-1.#IND", "N/A"}); |
| 209 | } |
| 210 | |
| 211 | static void InlinedTrieLookupNotFound( |
| 212 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected