| 201 | } |
| 202 | |
| 203 | static void PrintSupportedLB(std::ostream& os, void*) { |
| 204 | LoadBalancerExtension()->List(os, ' '); |
| 205 | } |
| 206 | |
| 207 | static void PrintSupportedNS(std::ostream& os, void*) { |
| 208 | NamingServiceExtension()->List(os, ' '); |
nothing calls this directly
no test coverage detected