HomeSort by relevance Sort by last modified time
    Searched defs:SinkStreamSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/courgette/
streams.h 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
    [all...]
streams.cc 319 SinkStreamSet::SinkStreamSet()
323 SinkStreamSet::~SinkStreamSet() {
326 void SinkStreamSet::Init(size_t stream_index_limit) {
332 CheckBool SinkStreamSet::CopyHeaderTo(SinkStream* header) {
345 CheckBool SinkStreamSet::CopyTo(SinkStream *combined_stream) {
366 CheckBool SinkStreamSet::WriteSet(SinkStreamSet* set) {

Completed in 40 milliseconds