| 31 | |
| 32 | template <typename S> |
| 33 | void AbslStringify(S& sink, MemoryManagerTestMode mode) { |
| 34 | sink.Append(MemoryManagerTestModeToString(mode)); |
| 35 | } |
| 36 | |
| 37 | inline auto MemoryManagerTestModeAll() { |
| 38 | return testing::Values(MemoryManagerTestMode::kGlobal, |
nothing calls this directly
no test coverage detected