| /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/llvm-project/compiler-rt/lib/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/llvm-project/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/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/llvm-project/clang/test/Analysis/ |
| D | container-modeling.cpp | 133 void push_front(std::list<int> &L, int n) { in push_front() function
|
| /external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
| D | spare_block_handling.pass.cpp | 137 TEST_CASE(push_front) { in TEST_CASE() argument
|
| /external/pigweed/pw_containers/public/pw_containers/ |
| D | intrusive_list.h | 94 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/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_list.h | 52 void push_front(Item *x) { in push_front() function
|
| /external/skqp/src/core/ |
| D | SkDeque.cpp | 69 void* SkDeque::push_front() { in push_front() function in SkDeque
|
| /external/skia/src/core/ |
| D | SkDeque.cpp | 69 void* SkDeque::push_front() { in push_front() function in SkDeque
|
| /external/llvm-project/mlir/include/mlir/IR/ |
| D | Block.h | 135 void push_front(Operation *op) { operations.push_front(op); } in push_front() function
|
| D | Region.h | 58 void push_front(Block *block) { blocks.push_front(block); } in push_front() function
|
| /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/llvm-project/libcxx/test/support/ |
| D | nasty_containers.h | 205 void push_front(const value_type& x) { l_.push_front(x); } in push_front() function 209 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); } 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 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/llvm-project/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/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 66 void push_front(char c) { in push_front() function
|