Searched defs:SinkStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/courgette/
H A Dstreams.h29 class SinkStream;
62 void Init(const SinkStream& sink);
113 // A SinkStream accumulates writes into a buffer that it owns. The stream is
118 class SinkStream { class in namespace:courgette
120 SinkStream() {} function in class:courgette::SinkStream
121 ~SinkStream() {}
138 CheckBool Append(SinkStream* other) WARN_UNUSED_RESULT;
140 // Returns the number of bytes in this SinkStream
144 // Writing to the stream invalidates the pointer. The SinkStream continues to
162 DISALLOW_COPY_AND_ASSIGN(SinkStream);
[all...]

Completed in 128 milliseconds