Searched defs:Session (Results 1 – 1 of 1) sorted by relevance
60 struct Session { struct61 Session(int32_t socket) : socket_(socket) {} in Session() argument62 Session(const Session &other) : socket_(other.socket_) {} in Session() function65 Session& operator=(const Session &other) = delete; argument82 int32_t OpenSession(const std::string &networkId) override; argument