Home
last modified time | relevance | path

Searched refs:CompoundBufferInputStream (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/base/
Dcompound_buffer.cc195 CompoundBufferInputStream::CompoundBufferInputStream( in CompoundBufferInputStream() function in remoting::CompoundBufferInputStream
205 CompoundBufferInputStream::~CompoundBufferInputStream() { in ~CompoundBufferInputStream()
208 bool CompoundBufferInputStream::Next(const void** data, int* size) { in Next()
235 void CompoundBufferInputStream::BackUp(int count) { in BackUp()
250 bool CompoundBufferInputStream::Skip(int count) { in Skip()
273 int64 CompoundBufferInputStream::ByteCount() const { in ByteCount()
Dcompound_buffer.h82 friend class CompoundBufferInputStream;
101 class CompoundBufferInputStream
105 explicit CompoundBufferInputStream(const CompoundBuffer* buffer);
106 virtual ~CompoundBufferInputStream();
Dcompound_buffer_unittest.cc109 static size_t ReadFromInput(CompoundBufferInputStream* input, in ReadFromInput()
137 static void ReadString(CompoundBufferInputStream* input, in ReadString()
263 CompoundBufferInputStream stream(buffer.get()); in TEST_F()
/external/chromium_org/remoting/protocol/
Dmessage_reader.h107 CompoundBufferInputStream stream(buffer.get()); in OnNewData()
Dmessage_decoder_unittest.cc80 CompoundBufferInputStream stream(message.get()); in SimulateReadSequence()