Searched refs:partial_outgoing_message_ (Results 1 – 2 of 2) sorted by relevance
592 if (partial_outgoing_message_.has_value()) { in SendData()615 RTC_DCHECK(!partial_outgoing_message_.has_value()); in SendData()619 partial_outgoing_message_.emplace(message); in SendData()976 RTC_DCHECK(partial_outgoing_message_.has_value()); in SendBufferedMessage()978 << partial_outgoing_message_->size() << "."; in SendBufferedMessage()980 SendMessageInternal(&partial_outgoing_message_.value()); in SendBufferedMessage()981 if (partial_outgoing_message_->size() > 0) { in SendBufferedMessage()985 RTC_DCHECK_EQ(0u, partial_outgoing_message_->size()); in SendBufferedMessage()986 partial_outgoing_message_.reset(); in SendBufferedMessage()1042 if (partial_outgoing_message_.has_value()) { in OnSendThresholdCallback()
214 absl::optional<OutgoingMessage> partial_outgoing_message_; variable