Searched refs:PendingDataQueue (Results 1 – 4 of 4) sorted by relevance
67 typedef std::deque< scoped_refptr<IOBufferWithSize> > PendingDataQueue; typedef75 PendingDataQueue pending_buffers_;
160 typedef std::deque< scoped_refptr<IOBufferWithSize> > PendingDataQueue; typedef214 PendingDataQueue pending_write_bufs_;
162 typedef std::deque< scoped_refptr<IOBufferWithSize> > PendingDataQueue; typedef324 PendingDataQueue pending_write_bufs_;
159 for (PendingDataQueue::const_iterator iter = pending_write_bufs_.begin(); in SendData()