Home
last modified time | relevance | path

Searched defs:first_type (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/libs/mp11/test/
Dmp_iterate.cpp13 struct X2 { using first_type = double; using next_type = X1; }; typedef
14 struct X3 { using first_type = float; using next_type = X2; }; typedef
15 struct X4 { using first_type = int; using next_type = X3; }; typedef
17 template<class T> using first_type = typename T::first_type; typedef
24 using first_type = T1; typedef
/third_party/boost/libs/utility/test/
Dcompressed_pair_test.cpp61 typedef T1 first_type; typedef
133 typedef T1 first_type; typedef
187 typedef T1 first_type; typedef
213 typedef T1 first_type; typedef
240 typedef T1 first_type; typedef
270 typedef T1 first_type; typedef
300 typedef T1 first_type; typedef
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dpairs.hpp24 typedef First first_type; typedef in boost::geometry::index::detail::rtree::ptr_pair
48 typedef First first_type; typedef in boost::geometry::index::detail::rtree::exclusive_ptr_pair
/third_party/boost/boost/detail/
Dcompressed_pair.hpp108 typedef T1 first_type; typedef in boost::details::compressed_pair_imp
151 typedef T1 first_type; typedef in boost::details::compressed_pair_imp
193 typedef T1 first_type; typedef in boost::details::compressed_pair_imp
237 typedef T1 first_type; typedef in boost::details::compressed_pair_imp
279 typedef T1 first_type; typedef in boost::details::compressed_pair_imp
313 typedef T1 first_type; typedef in boost::details::compressed_pair_imp
367 typedef T1 first_type; typedef in boost::compressed_pair
412 typedef T first_type; typedef in boost::compressed_pair
Dob_compressed_pair.hpp99 typedef T1 first_type; typedef in boost::detail::compressed_pair_0
149 typedef T1 first_type; typedef in boost::detail::compressed_pair_1
191 typedef T1 first_type; typedef in boost::detail::compressed_pair_2
238 typedef T1 first_type; typedef in boost::detail::compressed_pair_3
274 typedef T1 first_type; typedef in boost::detail::compressed_pair_4
312 typedef T1 first_type; typedef in boost::detail::compressed_pair_5
420 typedef T1 first_type; typedef in boost::compressed_pair
/third_party/boost/libs/bimap/test/
Dtest_mutant.cpp47 typedef type_a first_type; typedef
56 typedef type_b first_type; typedef
/third_party/boost/boost/fusion/algorithm/transformation/
Derase.hpp31 typedef typename convert_iterator<First>::type first_type; typedef
92 typedef typename convert_iterator<FirstType>::type first_type; typedef
/third_party/boost/boost/fusion/view/nview/detail/
Dnext_impl.hpp32 typedef typename Iterator::first_type first_type; typedef
Dvalue_of_impl.hpp33 typedef typename Iterator::first_type first_type; typedef
Dprior_impl.hpp32 typedef typename Iterator::first_type first_type; typedef
Dderef_impl.hpp30 typedef typename Iterator::first_type first_type; typedef
/third_party/boost/boost/fusion/view/reverse_view/detail/
Dprior_impl.hpp29 typedef typename Iterator::first_type first_type; typedef
Dnext_impl.hpp29 typedef typename Iterator::first_type first_type; typedef
Ddistance_impl.hpp32 typedef typename First::first_type first_type; typedef
Dadvance_impl.hpp33 typedef typename Iterator::first_type first_type; typedef
/third_party/boost/boost/fusion/view/flatten_view/
Dflatten_view.hpp38 typedef typename result_of::begin<Sequence>::type first_type; typedef
63 typedef typename Sequence::first_type first_type; typedef
/third_party/libsoup/libsoup/
Dsoup-value-utils.c359 GType first_type, va_list args) in soup_value_array_append_valist()
387 soup_value_array_new_with_vals (GType first_type, ...) in soup_value_array_new_with_vals()
462 soup_value_array_append_vals (GValueArray *array, GType first_type, ...) in soup_value_array_append_vals()
/third_party/boost/boost/fusion/view/reverse_view/
Dreverse_view_iterator.hpp36 typedef typename converter::type first_type; typedef
/third_party/boost/boost/fusion/view/nview/
Dnview_iterator.hpp42 typedef Pos first_type; typedef
/third_party/boost/boost/fusion/view/filter_view/detail/
Dbegin_impl.hpp28 typedef typename Sequence::first_type first_type; typedef
Dnext_impl.hpp35 typedef typename Iterator::first_type first_type; typedef
/third_party/boost/libs/fusion/test/sequence/
Dreverse_view.cpp58 typedef boost::fusion::result_of::begin<view_type>::type first_type; in main() typedef
/third_party/boost/boost/fusion/view/joint_view/detail/
Dbegin_impl.hpp32 typedef typename Sequence::first_type first_type; typedef
/third_party/boost/boost/fusion/view/repetitive_view/
Drepetitive_view_iterator.hpp35 … typedef typename convert_iterator<typename result_of::begin<Sequence>::type>::type first_type; typedef
/third_party/boost/boost/fusion/view/filter_view/
Dfilter_view.hpp45 typedef typename result_of::begin<Sequence>::type first_type; typedef

123