/third_party/boost/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
|
/third_party/boost/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 ()()
|
/third_party/boost/boost/mpl/ |
D | push_front.hpp | 29 struct push_front struct
|
/third_party/boost/boost/range/algorithm_ext/ |
D | push_front.hpp | 27 inline Container& push_front( Container& on, const Range& from ) in push_front() function
|
/third_party/boost/libs/circular_buffer/example/ |
D | bounded_buffer_comparison.cpp | 36 void push_front(param_type item) { in push_front() function in bounded_buffer 78 void push_front(param_type item) { in push_front() function in bounded_buffer_space_optimized 120 void push_front(param_type item) { in push_front() function in bounded_buffer_deque_based 163 void push_front(param_type item) { in push_front() function in bounded_buffer_list_based
|
D | circular_buffer_bound_example.cpp | 36 void push_front(typename boost::call_traits<value_type>::param_type item) in push_front() function in bounded_buffer
|
/third_party/boost/libs/circular_buffer/test/ |
D | bounded_buffer_comparison.cpp | 36 void push_front(param_type item) { in push_front() function in bounded_buffer 78 void push_front(param_type item) { in push_front() function in bounded_buffer_space_optimized 120 void push_front(param_type item) { in push_front() function in bounded_buffer_deque_based 163 void push_front(param_type item) { in push_front() function in bounded_buffer_list_based
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | push_front.rst | 3 push_front title
|
/third_party/boost/boost/sort/common/ |
D | deque_cnc.hpp | 269 void push_front(const value_type & D) in push_front() function in sort::tools::deque_cnc 294 deque_cnc & push_front(const std::deque<value_type, Allocator2> & V1) in push_front() function in sort::tools::deque_cnc 308 deque_cnc & push_front(std::deque<value_type, Allocator> && V1) in push_front() function in sort::tools::deque_cnc
|
/third_party/boost/boost/fusion/container/map/detail/ |
D | build_map.hpp | 65 push_front; typedef
|
/third_party/boost/boost/fusion/container/deque/detail/ |
D | build_deque.hpp | 63 push_front; typedef
|
/third_party/boost/boost/fusion/adapted/std_tuple/detail/ |
D | build_std_tuple.hpp | 73 push_front; typedef
|
/third_party/boost/boost/dll/detail/ |
D | import_mangled_helpers.hpp | 30 struct push_front<Value, sequence<Args...>> struct 32 typedef sequence<Value, Args...> type;
|
/third_party/boost/libs/metaparse/example/constexpr_parser/ |
D | main.cpp | 113 constexpr const_list<T, Len + 1> push_front(const T& t) const in push_front() function 127 constexpr const_list<T, 1> push_front(const T& t) const in push_front() function
|
/third_party/boost/boost/graph/planar_detail/ |
D | face_handles.hpp | 126 void push_front(Edge) {} in push_front() function 148 void push_front(Edge e) in push_front() function 206 void push_front(Edge e) { value.push_front(e); } in push_front() function
|
/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
|
/third_party/boost/boost/sort/common/util/ |
D | circular_buffer.hpp | 247 void push_front(const Value_t & val) in push_front() function 263 void push_front(Value_t && val) in push_front() function
|
/third_party/boost/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
|
/third_party/boost/boost/ptr_container/ |
D | ptr_circular_buffer.hpp | 319 void push_front( value_type ptr ) // nothrow in push_front() function in boost::ptr_circular_buffer 332 void push_front( std::auto_ptr<U> ptr ) // nothrow in push_front() function in boost::ptr_circular_buffer 339 void push_front( std::unique_ptr<U> ptr ) // nothrow in push_front() function in boost::ptr_circular_buffer
|
/third_party/boost/boost/bimap/container_adaptor/ |
D | sequence_container_adaptor.hpp | 259 void push_front( in push_front() function in boost::bimaps::container_adaptor::sequence_container_adaptor
|
/third_party/boost/boost/container/detail/ |
D | multiallocation_chain.hpp | 124 void push_front(const void_pointer &m) in push_front() function in boost::container::dtl::basic_multiallocation_chain 240 void push_front(const pointer &mem) in push_front() function in boost::container::dtl::transform_multiallocation_chain
|
/third_party/boost/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 ()()
|
/third_party/skia/src/core/ |
D | SkDeque.cpp | 69 void* SkDeque::push_front() { in push_front() function in SkDeque
|
/third_party/flutter/skia/src/core/ |
D | SkDeque.cpp | 69 void* SkDeque::push_front() { in push_front() function in SkDeque
|
/third_party/boost/boost/stl_interfaces/ |
D | sequence_container_interface.hpp | 237 constexpr auto push_front(typename D::value_type const & x) noexcept( in push_front() function 245 constexpr auto push_front(typename D::value_type && x) noexcept( in push_front() function
|