HomeSort by relevance Sort by last modified time
    Searched refs:CompoundBufferInputStream (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/base/
compound_buffer.h 11 // CompoundBufferInputStream implements ZeroCopyInputStream interface
82 friend class CompoundBufferInputStream;
101 class CompoundBufferInputStream
105 explicit CompoundBufferInputStream(const CompoundBuffer* buffer);
106 virtual ~CompoundBufferInputStream();
compound_buffer.cc 195 CompoundBufferInputStream::CompoundBufferInputStream(
205 CompoundBufferInputStream::~CompoundBufferInputStream() {
208 bool CompoundBufferInputStream::Next(const void** data, int* size) {
235 void CompoundBufferInputStream::BackUp(int count) {
250 bool CompoundBufferInputStream::Skip(int count) {
273 int64 CompoundBufferInputStream::ByteCount() const {
compound_buffer_unittest.cc 109 static size_t ReadFromInput(CompoundBufferInputStream* input,
137 static void ReadString(CompoundBufferInputStream* input,
263 CompoundBufferInputStream stream(buffer.get());
  /external/chromium_org/remoting/protocol/
message_reader.h 107 CompoundBufferInputStream stream(buffer.get());
message_decoder_unittest.cc 80 CompoundBufferInputStream stream(message.get());

Completed in 139 milliseconds