| /third_party/skia/third_party/externals/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
|
| /third_party/skia/src/core/ |
| D | SkDeque.cpp | 69 void* SkDeque::push_front() { in push_front() function in SkDeque
|
| /third_party/gn/src/base/containers/ |
| D | circular_deque.h | 830 void push_front(const T& value) { emplace_front(value); } in push_front() function 831 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
|
| /third_party/node/deps/v8/src/zone/ |
| D | zone-chunk-list.h | 329 void ZoneChunkList<T>::push_front(const T& item) { in push_front() function
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/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
|
| /third_party/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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 984 void push_front(char c) { in push_front() function
|
| /third_party/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
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | D3D12MemAlloc.cpp | 933 void push_front(const T& src) in push_front() function in D3D12MA::Vector
|
| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 5000 void push_front(const T& src) in push_front() function 5214 void push_front(const T& src) in push_front() function
|
| /third_party/libabigail/src/ |
| D | abg-dwarf-reader.cc | 1590 push_front(expr_result e) in push_front() function in abigail::dwarf::expr_result_stack_type
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 130534 push_front(const value_type& __x) in push_front() function in std::deque 130549 push_front(value_type&& __x) in push_front() function in std::deque
|