Searched refs:underlying_ (Results 1 – 2 of 2) sorted by relevance
276 : underlying_(std::move(connection)) {} in BlockingConnectionAdapter()309 if (!this->underlying_->Write(packet.get())) { in Start()324 if (!underlying_->Read(packet.get())) { in StartReadThread()354 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()375 this->underlying_->Reset(); in Reset()398 this->underlying_->Close(); in Stop()
175 std::unique_ptr<BlockingConnection> underlying_; member