OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrependCopyOf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/base/
compound_buffer.h
53
void
PrependCopyOf
(const char* data, int data_size);
compound_buffer_unittest.cc
49
void
PrependCopyOf
(int pos, int size) {
50
target_.
PrependCopyOf
(data_->data() + (kDataSize - pos - size), size);
216
TEST_F(CompoundBufferTest,
PrependCopyOf
) {
219
&CompoundBufferTest::
PrependCopyOf
, base::Unretained(this)));
224
&CompoundBufferTest::
PrependCopyOf
, base::Unretained(this)));
compound_buffer.cc
87
void CompoundBuffer::
PrependCopyOf
(const char* data, int size) {
Completed in 658 milliseconds