| /external/scudo/standalone/ |
| D | list.h | 97 void push_front(T *X) { in push_front() function 145 void push_front(T *X) { in push_front() function
|
| /external/libchrome/base/task/sequence_manager/ |
| D | lazily_deallocated_deque.h | 80 void push_front(T t) { in push_front() function 239 void push_front(T&& t) { in push_front() function
|
| /external/eigen/Eigen/src/StlSupport/ |
| D | StdDeque.h | 94 void push_front(const value_type& x) in push_front() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | AllocatorList.h | 217 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 219 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
| D | simple_ilist.h | 144 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
|
| /external/pigweed/pw_containers/public/pw_containers/ |
| D | intrusive_list.h | 106 void push_front(T& item) { list_.insert_after(list_.before_begin(), item); } in push_front() function
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_list.h | 53 void push_front(Item *x) { in push_front() function
|
| /external/skia/src/core/ |
| D | SkDeque.cpp | 69 void* SkDeque::push_front() { in push_front() function in SkDeque
|
| /external/libchrome/base/containers/ |
| D | circular_deque.h | 831 void push_front(const T& value) { emplace_front(value); } in push_front() function 832 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | simple_ilist.h | 140 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
|
| /external/libcxx/test/support/ |
| D | nasty_containers.hpp | 206 void push_front(const value_type& x) { l_.push_front(x); } in push_front() function in nasty_list 210 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); } in push_front() function in nasty_list
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | shape_util.h | 83 void push_front(int64_t value) { indices_.insert(indices_.begin(), value); } in push_front() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | DIE.h | 525 void push_front(Node &N) { in push_front() function 543 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function
|
| /external/OpenCSD/decoder/include/opencsd/etmv4/ |
| D | trc_etmv4_stack_elem.h | 389 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) in push_front() function
|
| /external/rust/crates/tokio/src/util/ |
| D | linked_list.rs | 119 pub(crate) fn push_front(&mut self, val: L::Handle) { in push_front() method
|
| /external/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_ir.cpp | 210 void container_node::push_front(node *n) { in push_front() function in r600_sb::container_node
|
| /external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 984 void push_front(char c) { in push_front() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 984 void push_front(char c) { in push_front() function
|
| /external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 979 void push_front(char c) { in push_front() function
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 984 void push_front(char c) { in push_front() function
|
| /external/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 984 void push_front(char c) { in push_front() function
|
| /external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 965 void push_front(char c) { in push_front() function
|
| /external/mesa3d/src/imgui/ |
| D | imgui.h | 1218 …inline void push_front(const T& v) { if (Size == 0) push_back(v); else insert… in push_front() function
|
| /external/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 4955 void push_front(const T& src) in push_front() function 5169 void push_front(const T& src) in push_front() function
|
| /external/angle/third_party/vulkan_memory_allocator/include/ |
| D | vk_mem_alloc.h | 3580 void push_front(const T& src) in push_front() function 3811 void push_front(const T& src) in push_front() function
|