Searched refs:GetSupportedProtocols (Results 1 – 3 of 3) sorted by relevance
50 llvm::join(ProtocolServer::GetSupportedProtocols(), ", ")); in DoExecute()124 llvm::join(ProtocolServer::GetSupportedProtocols(), ", ")); in DoExecute()
25 static std::vector<llvm::StringRef> GetSupportedProtocols();
35 std::vector<llvm::StringRef> ProtocolServer::GetSupportedProtocols() { in GetSupportedProtocols() function in ProtocolServer