Searched refs:first_output_buffer_ (Results 1 – 2 of 2) sorted by relevance
104 first_output_buffer_(nullptr), in SyncProcessStdioPipe()122 for (buf = first_output_buffer_; buf != nullptr; buf = next) { in ~SyncProcessStdioPipe()238 for (buf = first_output_buffer_; buf != nullptr; buf = buf->next()) in OutputLength()249 for (buf = first_output_buffer_; buf != nullptr; buf = buf->next()) in CopyOutput()262 first_output_buffer_ = new SyncProcessOutputBuffer(); in OnAlloc()263 last_output_buffer_ = first_output_buffer_; in OnAlloc()
124 SyncProcessOutputBuffer* first_output_buffer_; variable