Home
last modified time | relevance | path

Searched defs:AppendCopyOf (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/base/
Dcompound_buffer_unittest.cc41 void AppendCopyOf(int pos, int size) { in AppendCopyOf() function in remoting::CompoundBufferTest
192 TEST_F(CompoundBufferTest, AppendCopyOf) { in TEST_F() argument
Dcompound_buffer.cc81 void CompoundBuffer::AppendCopyOf(const char* data, int size) { in AppendCopyOf() function in remoting::CompoundBuffer