Lines Matching refs:NetworkClient
39 std::tuple<std::string, uint32_t, NetworkClient::TransportProtocol>>
47 NetworkClient::TransportProtocol serverTransportProtocol = in parseConfig()
48 NetworkClient::TransportProtocol::TCP; in parseConfig()
62 serverTransportProtocol = NetworkClient::TransportProtocol::TCP; in parseConfig()
67 serverTransportProtocol = NetworkClient::TransportProtocol::UDP; in parseConfig()
144 result = NetworkClient::address(value); in address()
177 result = NetworkClient::port(value); in port()
192 NetworkClient::TransportProtocol Server::transportProtocol( in transportProtocol()
193 NetworkClient::TransportProtocol value) in transportProtocol()
206 result = NetworkClient::transportProtocol(value); in transportProtocol()
223 NetworkClient::TransportProtocol serverTransportProtocol, in writeConfig()
231 (serverTransportProtocol == NetworkClient::TransportProtocol::UDP) in writeConfig()
283 NetworkClient::address(std::get<0>(*ret)); in restore()
284 NetworkClient::port(std::get<1>(*ret)); in restore()
285 NetworkClient::transportProtocol(std::get<2>(*ret)); in restore()