Searched refs:underlying_ (Results 1 – 2 of 2) sorted by relevance
280 : underlying_(std::move(connection)) {} in BlockingConnectionAdapter()313 if (!this->underlying_->Write(packet.get())) { in Start()328 if (!underlying_->Read(packet.get())) { in StartReadThread()358 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()379 this->underlying_->Reset(); in Reset()402 this->underlying_->Close(); in Stop()
185 std::unique_ptr<BlockingConnection> underlying_; member