| 45 | } |
| 46 | |
| 47 | inline std::string MemoryManagerTestModeTupleName( |
| 48 | const testing::TestParamInfo<std::tuple<MemoryManagerTestMode>>& info) { |
| 49 | return MemoryManagerTestModeToString(std::get<0>(info.param)); |
| 50 | } |
| 51 | |
| 52 | } // namespace cel::base_internal |
| 53 |
nothing calls this directly
no test coverage detected