Searched defs:Prepend (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc55 Path& Path::Prepend(const std::string& path) { function in class:nacl_io::Path
/external/chromium_org/remoting/base/
H A Dcompound_buffer.cc59 void CompoundBuffer::Prepend(net::IOBuffer* buffer, function in class:remoting::CompoundBuffer
71 void CompoundBuffer::Prepend(net::IOBuffer* buffer, int size) { function in class:remoting::CompoundBuffer
72 Prepend(buffer, buffer->data(), size);
75 void CompoundBuffer::Prepend(const CompoundBuffer& buffer) { function in class:remoting::CompoundBuffer
78 Prepend(it->buffer.get(), it->start, it->size);
90 Prepend(buffer, size);
H A Dcompound_buffer_unittest.cc45 void Prepend(int pos, int size) { function in class:remoting::CompoundBufferTest
46 target_.Prepend(data_.get(), data_->data() + kDataSize - pos - size, size);
204 TEST_F(CompoundBufferTest, Prepend) {
207 &CompoundBufferTest::Prepend, base::Unretained(this)));
212 &CompoundBufferTest::Prepend, base::Unretained(this)));
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1158 template<class T> T* Prepend(T* instr) { function in class:v8::HInstruction
2792 return instr->Prepend(new(zone) HCheckMaps(value, maps, maps_are_stable));
3507 return instruction->Prepend(HConstant::New(
3515 return instruction->Prepend(new(zone) HConstant(

Completed in 1447 milliseconds