Searched refs:connect_to_remote_ (Results 1 – 2 of 2) sorted by relevance
59 connect_to_remote_(connect_to_remote) { in TestModel()158 int socket_fd = connect_to_remote_(server, port); in AddRemote()
91 std::function<int(const std::string&, int)> connect_to_remote_; variable