HomeSort by relevance Sort by last modified time
    Searched defs:push_front (Results 26 - 50 of 71) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
simple_ilist.h 35 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
145 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
simple_ilist.h 35 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
145 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
simple_ilist.h 35 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
145 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
simple_ilist.h 35 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
145 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
  /toolchain/binutils/binutils-2.27/gold/
workqueue.cc 57 Task_list::push_front(Task* t) function in class:gold::Task_list
168 queue->push_front(t);
  /external/libcxx/test/support/
nasty_containers.hpp 206 void push_front(const value_type& x) { l_.push_front(x); } function in class:nasty_list
210 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); } function in class:nasty_list
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
simple_ilist.h 30 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
140 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
ilist.h 325 void push_front(pointer val) { insert(begin(), val); } function in class:llvm::iplist_impl
  /external/v8/src/zone/
zone-chunk-list.h 72 void push_front(const T& item);
333 void ZoneChunkList<T>::push_front(const T& item) { function in class:v8::internal::ZoneChunkList::ZoneChunkList
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 203 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
205 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
simple_ilist.h 30 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
140 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
ilist.h 325 void push_front(pointer val) { insert(begin(), val); } function in class:llvm::iplist_impl
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 203 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
205 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
simple_ilist.h 30 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
140 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 206 void push_front(const value_type& x) { l_.push_front(x); } function in class:nasty_list
210 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); } function in class:nasty_list
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
arrays.h 133 void push_front(const TSmallArrayVector& newDims) function in struct:glslang::TSmallArrayVector
282 void addOuterSizes(const TArraySizes& s) { sizes.push_front(s.sizes); }
  /system/core/libsysutils/include/sysutils/
List.h 208 void push_front(const T& val) { insert(begin(), val); } function in class:android::sysutils::List
  /system/core/libutils/include/utils/
List.h 209 void push_front(const T& val) { insert(begin(), val); } function in class:android::List
Vector.h 209 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } function in class:android::Vector
  /system/keymaster/include/keymaster/
List.h 207 void push_front(const T& val) { insert(begin(), val); } function in class:keymaster::List
  /art/compiler/utils/
intrusive_forward_list.h 188 void push_front(value_type& value) { function in class:art::IntrusiveForwardList
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.cpp 210 void container_node::push_front(node *n) { function in class:r600_sb::container_node

Completed in 569 milliseconds

12 3