Home
last modified time | relevance | path

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

123

/third_party/boost/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
/third_party/boost/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 ()()
/third_party/boost/boost/mpl/
Dpush_front.hpp29 struct push_front struct
/third_party/boost/boost/range/algorithm_ext/
Dpush_front.hpp27 inline Container& push_front( Container& on, const Range& from ) in push_front() function
/third_party/boost/libs/circular_buffer/example/
Dbounded_buffer_comparison.cpp36 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
Dcircular_buffer_bound_example.cpp36 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/
Dbounded_buffer_comparison.cpp36 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/
Dpush_front.rst3 push_front title
/third_party/boost/boost/sort/common/
Ddeque_cnc.hpp269 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/
Dbuild_map.hpp65 push_front; typedef
/third_party/boost/boost/fusion/container/deque/detail/
Dbuild_deque.hpp63 push_front; typedef
/third_party/boost/boost/fusion/adapted/std_tuple/detail/
Dbuild_std_tuple.hpp73 push_front; typedef
/third_party/boost/boost/dll/detail/
Dimport_mangled_helpers.hpp30 struct push_front<Value, sequence<Args...>> struct
32 typedef sequence<Value, Args...> type;
/third_party/boost/libs/metaparse/example/constexpr_parser/
Dmain.cpp113 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/
Dface_handles.hpp126 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/
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
/third_party/boost/boost/sort/common/util/
Dcircular_buffer.hpp247 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/
Dfixed_size_queue.hpp336 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/
Dptr_circular_buffer.hpp319 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/
Dsequence_container_adaptor.hpp259 void push_front( in push_front() function in boost::bimaps::container_adaptor::sequence_container_adaptor
/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp124 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/
Dcontainer.hpp607 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/
DSkDeque.cpp69 void* SkDeque::push_front() { in push_front() function in SkDeque
/third_party/flutter/skia/src/core/
DSkDeque.cpp69 void* SkDeque::push_front() { in push_front() function in SkDeque
/third_party/boost/boost/stl_interfaces/
Dsequence_container_interface.hpp237 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

123