HomeSort by relevance Sort by last modified time
    Searched defs:AppendCopyOf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/base/
compound_buffer.cc 81 void CompoundBuffer::AppendCopyOf(const char* data, int size) {
compound_buffer_unittest.cc 41 void AppendCopyOf(int pos, int size) {
42 target_.AppendCopyOf(data_->data() + pos, size);
192 TEST_F(CompoundBufferTest, AppendCopyOf) {
195 &CompoundBufferTest::AppendCopyOf, base::Unretained(this)));
200 &CompoundBufferTest::AppendCopyOf, base::Unretained(this)));

Completed in 291 milliseconds