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

/external/chromium_org/courgette/
H A Dstreams.h28 class SourceStream;
34 // A SourceStream allows a region of memory to be scanned by a sequence of Read
36 class SourceStream { class in namespace:courgette
38 SourceStream() : start_(NULL), end_(NULL), current_(NULL) {} function in class:courgette::SourceStream
40 // Initializes the SourceStream to yield the bytes at |pointer|. The caller
49 // Initializes the SourceStream to yield the bytes in |region|. The caller
54 // Initializes the SourceStream to yield the bytes in |string|. The caller
59 // Initializes the SourceStream to yield the bytes written to |sink|. |sink|
88 bool ShareSubstream(size_t offset, size_t length, SourceStream* substream);
93 bool ShareSubstream(size_t length, SourceStream* substrea
[all...]

Completed in 98 milliseconds