| 40 | } |
| 41 | |
| 42 | inline std::string MemoryManagerTestModeName( |
| 43 | const testing::TestParamInfo<MemoryManagerTestMode>& info) { |
| 44 | return MemoryManagerTestModeToString(info.param); |
| 45 | } |
| 46 | |
| 47 | inline std::string MemoryManagerTestModeTupleName( |
| 48 | const testing::TestParamInfo<std::tuple<MemoryManagerTestMode>>& info) { |
nothing calls this directly
no test coverage detected