Home
last modified time | relevance | path

Searched defs:insert_impl (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dinsert.hpp36 struct insert_impl<T, when<condition>> : default_ { struct
42 struct insert_impl<S, when<Sequence<S>::value>> { struct
44 static constexpr auto apply(Xs&& xs, N const& n, Element&& e) { in apply()
Dset.hpp222 struct insert_impl<set_tag> { struct
225 insert_helper(Xs&& xs, X&&, hana::true_, Indices) { in insert_helper()
231 insert_helper(Xs&& xs, X&& x, hana::false_, std::index_sequence<n...>) { in insert_helper()
238 static constexpr auto apply(Xs&& xs, X&& x) { in apply()
Dmap.hpp275 struct insert_impl<map_tag> { struct
277 static constexpr auto helper(Map&& map, Pair&& pair, ...) { in helper()
296 helper(Map&& map, Pair&&, in helper()
307 static constexpr auto apply(Map&& map, Pair&& pair) { in apply()
/third_party/boost/boost/hana/
Dinsert.hpp36 struct insert_impl<T, when<condition>> : default_ { struct
42 struct insert_impl<S, when<Sequence<S>::value>> { struct
44 static constexpr auto apply(Xs&& xs, N const& n, Element&& e) { in apply()
Dset.hpp222 struct insert_impl<set_tag> { struct
225 insert_helper(Xs&& xs, X&&, hana::true_, Indices) { in insert_helper()
231 insert_helper(Xs&& xs, X&& x, hana::false_, std::index_sequence<n...>) { in insert_helper()
238 static constexpr auto apply(Xs&& xs, X&& x) { in apply()
Dmap.hpp275 struct insert_impl<map_tag> { struct
277 static constexpr auto helper(Map&& map, Pair&& pair, ...) { in helper()
296 helper(Map&& map, Pair&&, in helper()
307 static constexpr auto apply(Map&& map, Pair&& pair) { in apply()
/third_party/boost/boost/mpl/map/aux_/
Dinsert_impl.hpp54 struct insert_impl< aux::map_tag > struct
61 struct apply
/third_party/boost/boost/mpl/multiset/aux_/
Dinsert_impl.hpp24 struct insert_impl< aux::multiset_tag > struct
26 template< typename Set, typename Key, typename unused_ > struct apply
/third_party/boost/boost/mpl/set/aux_/
Dinsert_impl.hpp47 struct insert_impl< aux::set_tag > struct
54 struct apply
/third_party/boost/boost/fusion/mpl/
Dinsert.hpp22 struct insert_impl<fusion::fusion_sequence_tag> struct
25 struct apply
/third_party/boost/boost/mpl/aux_/
Dinsert_impl.hpp31 struct insert_impl struct
38 struct apply
/third_party/boost/boost/hana/fwd/
Dinsert.hpp21 struct insert_impl : insert_impl<T, when<true>> { }; struct
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dinsert.hpp21 struct insert_impl : insert_impl<T, when<true>> { }; struct
/third_party/boost/libs/mpl/test/
Dcopy.cpp120 struct insert_impl< ::push_back_only_tag > struct
122 template< typename Seq, typename Pos, typename X > struct apply
/third_party/boost/boost/mpl/
Dstring.hpp457 struct insert_impl<mpl::string_tag> struct
460 struct apply
/third_party/boost/boost/ptr_container/
Dptr_map_adapter.hpp570 std::pair<iterator,bool> insert_impl( const key_type& key, mapped_type x ) // strong in insert_impl() function in boost::ptr_map_adapter
582 iterator insert_impl( iterator before, const key_type& key, mapped_type x ) // strong in insert_impl() function in boost::ptr_map_adapter
843 iterator insert_impl( const key_type& key, mapped_type x ) // strong in insert_impl() function in boost::ptr_multimap_adapter
856 iterator insert_impl( iterator before, const key_type& key, mapped_type x ) // strong in insert_impl() function in boost::ptr_multimap_adapter
Dptr_sequence_adapter.hpp428 void insert_impl( iterator before, I first, I last, std::input_iterator_tag ) // strong in insert_impl() function in boost::ptr_sequence_adapter
435 void insert_impl( iterator before, I first, I last, std::forward_iterator_tag ) // strong in insert_impl() function in boost::ptr_sequence_adapter
/third_party/boost/boost/signals2/detail/
Dauto_buffer.hpp382 void insert_impl( const_iterator before, I begin_arg, I end_arg, in insert_impl() function in boost::signals2::detail::auto_buffer
425 void insert_impl( const_iterator before, I begin_arg, I end_arg, in insert_impl() function in boost::signals2::detail::auto_buffer
/third_party/boost/boost/circular_buffer/
Dbase.hpp1630 iterator insert_impl(iterator pos, ValT item) { in insert_impl() function in boost::circular_buffer