/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/ |
D | push_front.hpp | 22 struct push_front struct 24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; 25 typedef joint_view<single_view const, Sequence> type; 36 push_front(Sequence const& seq, T const& x) in push_front() function 38 typedef typename result_of::push_front<Sequence const, T> push_front; in push_front() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/fusion/ |
D | push_front.hpp | 25 struct push_front struct 33 struct result<This(Seq, T)> 42 operator ()(Seq const &seq, T const &t) const in operator ()()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_write_blocked_list.cc | 127 const bool push_front = in AddStream() local 141 const bool push_front = in AddStream() local
|
/aosp_15_r20/external/libchrome/base/task/sequence_manager/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 83 void push_front(T t) { in push_front() function 242 void push_front(T&& t) { in push_front() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 83 void push_front(T t) { in push_front() function 242 void push_front(T&& t) { in push_front() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/container/ |
D | container.hpp | 607 struct push_front struct 609 typedef void result_type; 612 void operator()(C& c, Arg const& data) const in operator ()()
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | lazily_deallocated_deque.h | 88 void push_front(T t) { in push_front() function 259 void push_front(T&& t) { in push_front() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | AllocatorList.h | 209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | AllocatorList.h | 209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | AllocatorList.h | 209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | AllocatorList.h | 209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | multiallocation_chain.hpp | 127 void push_front(const void_pointer &m) in push_front() function in boost::container::dtl::basic_multiallocation_chain 244 void push_front(const pointer &mem) in push_front() function in boost::container::dtl::transform_multiallocation_chain
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/ |
H A D | inline_deque.h | 463 void push_front(const value_type& value) { emplace_front(value); } in push_front() function 465 void push_front(value_type&& value) { emplace_front(std::move(value)); } in push_front() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | push_front.hpp | 29 struct push_front struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm_ext/ |
D | push_front.hpp | 27 inline Container& push_front( Container& on, const Range& from ) in push_front() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | quiche_circular_deque.h | 406 void push_front(const T& value) { emplace_front(value); } in push_front() function 407 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | push_front.rst | 3 push_front title
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/ |
D | circular_deque.h | 834 void push_front(const T& value) { emplace_front(value); } in push_front() function 835 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | nasty_containers.h | 218 void push_front(const value_type& x) { l_.push_front(x); } in push_front() function 222 void push_front(value_type&& x) { l_.push_front(std::forward<value_type&&>(x)); } in push_front() function
|
H A D | test_constexpr_container.h | 53 constexpr void push_front(T t) { insert(begin(), std::move(t)); } in push_front() function
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/ |
D | circular_deque.h | 834 void push_front(const T& value) { emplace_front(value); } in push_front() function 835 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
|