Lines Matching defs:SinkStreamSet
175 // The layout of the streams are as written by SinkStreamSet::CopyTo.
199 // A SinkStreamSet is a set of SinkStreams. Data is collected by writing to the
202 // data pairwise into another SinkStreamSet by calling that SinkStreamSet's
204 class SinkStreamSet {
206 SinkStreamSet();
207 ~SinkStreamSet();
209 // Initializes the SinkStreamSet to have |stream_index_limit| streams. Must
216 // CopyTo serializes the streams in this SinkStreamSet into a single target
224 CheckBool WriteSet(SinkStreamSet* set) WARN_UNUSED_RESULT;
232 DISALLOW_COPY_AND_ASSIGN(SinkStreamSet);