Home
last modified time | relevance | path

Searched defs:Prepend (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/base/
Dcompound_buffer.cc59 void CompoundBuffer::Prepend(net::IOBuffer* buffer, in Prepend() function in remoting::CompoundBuffer
71 void CompoundBuffer::Prepend(net::IOBuffer* buffer, int size) { in Prepend() function in remoting::CompoundBuffer
75 void CompoundBuffer::Prepend(const CompoundBuffer& buffer) { in Prepend() function in remoting::CompoundBuffer
Dcompound_buffer_unittest.cc45 void Prepend(int pos, int size) { in Prepend() function in remoting::CompoundBufferTest
204 TEST_F(CompoundBufferTest, Prepend) { in TEST_F() argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpath.cc55 Path& Path::Prepend(const std::string& path) { in Prepend() function in nacl_io::Path
/external/qemu/android/base/containers/
DStringVector_unittest.cpp71 TEST(StringVector, Prepend) { in TEST() argument
/external/chromium_org/v8/src/
Dhydrogen-instructions.h1158 template<class T> T* Prepend(T* instr) { in Prepend() function