Searched defs:Prepend (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/remoting/base/ | ||
D | compound_buffer.cc | 59 void CompoundBuffer::Prepend(net::IOBuffer* buffer, in Prepend() function in remoting::CompoundBuffer |
D | compound_buffer_unittest.cc | 45 void Prepend(int pos, int size) { in Prepend() function in remoting::CompoundBufferTest |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ | ||
D | path.cc | 55 Path& Path::Prepend(const std::string& path) { in Prepend() function in nacl_io::Path |
/external/qemu/android/base/containers/ | ||
D | StringVector_unittest.cpp | 71 TEST(StringVector, Prepend) { in TEST() argument |
/external/chromium_org/v8/src/ | ||
D | hydrogen-instructions.h | 1158 template<class T> T* Prepend(T* instr) { in Prepend() function |