| 205 | } |
| 206 | |
| 207 | static void PrintSupportedNS(std::ostream& os, void*) { |
| 208 | NamingServiceExtension()->List(os, ' '); |
| 209 | } |
| 210 | |
| 211 | static void PrintSupportedProtocols(std::ostream& os, void*) { |
| 212 | std::vector<Protocol> protocols; |
nothing calls this directly
no test coverage detected