Home
last modified time | relevance | path

Searched defs:push_front (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/
Dpush_front.hpp22 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/
Dpush_front.hpp25 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 Dquic_write_blocked_list.cc127 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 Dlazily_deallocated_deque.h80 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/
Dlazily_deallocated_deque.h83 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/
Dlazily_deallocated_deque.h83 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/
Dcontainer.hpp607 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 Dlazily_deallocated_deque.h88 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/
DAllocatorList.h209 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 DAllocatorList.h209 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 DAllocatorList.h217 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/
DAllocatorList.h209 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/
DAllocatorList.h209 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/
DAllocatorList.h209 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/
Dmultiallocation_chain.hpp127 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 Dinline_deque.h463 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/
Dpush_front.hpp29 struct push_front struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm_ext/
Dpush_front.hpp27 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 Dquiche_circular_deque.h406 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/
Dpush_front.rst3 push_front title
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/
Dcircular_deque.h834 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 Dnasty_containers.h218 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 Dtest_constexpr_container.h53 constexpr void push_front(T t) { insert(begin(), std::move(t)); } in push_front() function
/aosp_15_r20/external/libchrome/base/containers/
H A Dcircular_deque.h831 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/
Dcircular_deque.h834 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

1234567