/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
|
/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 ()()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_write_blocked_list.cc | 129 const bool push_front = in AddStream() local 143 const bool push_front = in AddStream() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_write_blocked_list.cc | 129 const bool push_front = in AddStream() local 143 const bool push_front = in AddStream() local
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | push_front.hpp | 29 struct push_front struct
|
/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
|
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | push_front.rst | 3 push_front title
|
/external/cronet/tot/third_party/libc++/src/test/support/ |
D | test_constexpr_container.h | 53 constexpr void push_front(T t) { insert(begin(), std::move(t)); } in push_front() function
|
/external/cronet/stable/third_party/libc++/src/test/support/ |
D | test_constexpr_container.h | 53 constexpr void push_front(T t) { insert(begin(), std::move(t)); } in push_front() function
|
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/map/detail/ |
D | build_map.hpp | 65 push_front; typedef
|
/external/eigen/Eigen/src/StlSupport/ |
D | StdDeque.h | 94 void push_front(const value_type& x) in push_front() function
|
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/deque/detail/ |
D | build_deque.hpp | 63 push_front; typedef
|
/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/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/std_tuple/detail/ |
D | build_std_tuple.hpp | 73 push_front; typedef
|
/external/cronet/stable/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 92 void push_front(T t) { in push_front() function 261 void push_front(T&& t) { in push_front() function
|
/external/cronet/tot/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 92 void push_front(T t) { in push_front() function 261 void push_front(T&& t) { in push_front() function
|
/external/pigweed/pw_kernel/lib/list/ |
D | lib.rs | 46 pub fn push_front(&mut self, element: ForeignBox<T>) { in push_front() method
|
/external/scudo/standalone/ |
D | list.h | 207 void push_front(T *X) { in push_front() function 272 void push_front(T *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
|
/external/swiftshader/third_party/llvm-16.0/llvm/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
|
/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | buffer.rs | 64 pub fn push_front<T>(&mut self, buf: &mut Buffer<T>, value: T) { in push_front() method
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/containers/sequences/deque/ |
D | spare_block_handling.pass.cpp | 132 static void push_front() { in push_front() function
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/containers/sequences/deque/ |
D | spare_block_handling.pass.cpp | 132 static void push_front() { in push_front() function
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/iterator/ |
D | fixed_size_queue.hpp | 336 fixed_size_queue<T, N>::push_front(const T& e) in push_front() function in boost::spirit::fixed_size_queue
|
/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
|