Searched refs:underlying_ (Results 1 – 2 of 2) sorted by relevance
282 : underlying_(std::move(connection)) {} in BlockingConnectionAdapter()315 if (!this->underlying_->Write(packet.get())) { in Start()330 if (!underlying_->Read(packet.get())) { in StartReadThread()360 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()381 this->underlying_->Reset(); in Reset()404 this->underlying_->Close(); in Stop()
186 std::unique_ptr<BlockingConnection> underlying_; member