| 84 | return unk; |
| 85 | |
| 86 | XPlatform GetPlatform(const std::string &name) |
| 87 | { |
| 88 | SEARCH_KEY(PlatformNames(), name, kPlatformUnknown); |
| 89 | } |
| 90 | |
| 91 | const std::string &GetPlatformName(XPlatform plat) |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected