Home | History | Annotate | Download | only in spdy

Lines Matching refs:queue_

789   while (in_flight_write_.buffer() || !queue_.empty()) {
792 SpdyIOBuffer next_buffer = queue_.top();
793 queue_.pop();
873 while (queue_.size())
874 queue_.pop();
891 queue_.push(SpdyIOBuffer(buffer, length, priority, stream));