Home
last modified time | relevance | path

Searched refs:second_type (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/boost/boost/detail/
Dcompressed_pair.hpp109 typedef T2 second_type; typedef in boost::details::compressed_pair_imp
111 typedef typename call_traits<second_type>::param_type second_param_type;
113 typedef typename call_traits<second_type>::reference second_reference;
115 typedef typename call_traits<second_type>::const_reference second_const_reference;
141 second_type second_;
152 typedef T2 second_type; typedef in boost::details::compressed_pair_imp
154 typedef typename call_traits<second_type>::param_type second_param_type;
156 typedef typename call_traits<second_type>::reference second_reference;
158 typedef typename call_traits<second_type>::const_reference second_const_reference;
183 second_type second_;
[all …]
Dob_compressed_pair.hpp100 typedef T2 second_type; typedef in boost::detail::compressed_pair_0
102 typedef typename call_traits<second_type>::param_type second_param_type;
104 typedef typename call_traits<second_type>::reference second_reference;
106 typedef typename call_traits<second_type>::const_reference second_const_reference;
150 typedef T2 second_type; typedef in boost::detail::compressed_pair_1
152 typedef typename call_traits<second_type>::param_type second_param_type;
154 typedef typename call_traits<second_type>::reference second_reference;
156 typedef typename call_traits<second_type>::const_reference second_const_reference;
192 typedef T2 second_type; typedef in boost::detail::compressed_pair_2
194 typedef typename call_traits<second_type>::param_type second_param_type;
[all …]
/third_party/protobuf/src/google/protobuf/stubs/
Dmap_util.h73 const typename Collection::value_type::second_type&
83 typename Collection::value_type::second_type&
93 const typename Collection::value_type::second_type&
103 typename Collection::value_type::second_type&
122 const typename Collection::value_type::second_type&
125 const typename Collection::value_type::second_type& value) {
136 const typename Collection::value_type::second_type*
148 typename Collection::value_type::second_type*
165 typename Collection::value_type::second_type
170 return typename Collection::value_type::second_type();
[all …]
/third_party/boost/boost/proto/functional/std/
Dutility.hpp107 typedef typename Pair::second_type type;
113 typedef typename Pair::second_type &type;
119 typedef typename Pair::second_type const &type;
123 typename Pair::second_type &operator()(Pair &pair) const in operator ()()
129 typename Pair::second_type const &operator()(Pair const &pair) const in operator ()()
/third_party/boost/libs/utility/test/
Dcompressed_pair_test.cpp62 typedef T2 second_type; typedef
64 typedef typename call_traits<second_type>::param_type second_param_type;
134 typedef T2 second_type; typedef
136 typedef typename call_traits<second_type>::param_type second_param_type;
188 typedef T2 second_type; typedef
190 typedef typename call_traits<second_type>::param_type second_param_type;
214 typedef T2 second_type; typedef
216 typedef typename call_traits<second_type>::param_type second_param_type;
241 typedef T2 second_type; typedef
243 typedef typename call_traits<second_type>::param_type second_param_type;
[all …]
/third_party/boost/boost/spirit/home/x3/support/
Dsubcontext.hpp37 : context<typename T::first_type, typename T::second_type>
40 typename T::first_type, typename T::second_type
55 typename T::first_type, typename T::second_type
61 typename T::first_type, typename T::second_type
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dpairs.hpp25 typedef Pointer second_type; typedef in boost::geometry::index::detail::rtree::ptr_pair
31 second_type second;
49 typedef Pointer second_type; typedef in boost::geometry::index::detail::rtree::exclusive_ptr_pair
57 second_type second;
/third_party/boost/boost/icl/detail/
Dmapped_reference.hpp66 typedef SecondT second_type; typedef in boost::icl::mapped_reference
70 mpl::if_<is_const<second_type>,
71 second_type&,
72 const second_type&>::type second_reference_type;
74 typedef std::pair< first_type, second_type> std_pair_type;
75 typedef std::pair<const first_type, second_type> key_std_pair_type;
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_tensor.cpp33 using layout_type = typename value::second_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
98 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
158 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
189 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
219 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
242 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
268 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
290 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
378 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
Dtest_tensor_matrix_vector.cpp32 using layout_type = typename value::second_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
67 using layout_type = typename value::second_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
123 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
145 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
171 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
206 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
238 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
276 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
313 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
372 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
Dtest_functions.cpp58 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
87 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
115 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
153 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
225 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
247 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
357 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
399 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
Dtest_multiplication.cpp59 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
108 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
150 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
195 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
234 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
342 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
425 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
451 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
Dtest_expression.cpp59 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
84 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
122 using layout_type = typename value::second_type; in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
/third_party/boost/boost/bimap/relation/
Dstructured_pair.hpp65 typedef BOOST_DEDUCED_TYPENAME base_::right_value_type second_type; typedef in boost::bimaps::relation::detail::normal_storage
68 second_type second;
75 second_type>::param_type s) in normal_storage()
101 typedef BOOST_DEDUCED_TYPENAME base_::left_value_type second_type; typedef in boost::bimaps::relation::detail::mirror_storage
104 second_type second;
110 BOOST_DEDUCED_TYPENAME ::boost::call_traits<second_type >::param_type s) in mirror_storage()
183 BOOST_DEDUCED_TYPENAME base_::second_type in pair_info_hook()
227 BOOST_DEDUCED_TYPENAME base_::second_type in pair_info_hook()
299 BOOST_DEDUCED_TYPENAME base_::second_type >::param_type s) in structured_pair()
305 BOOST_DEDUCED_TYPENAME base_::second_type >::param_type s, in structured_pair()
[all …]
/third_party/boost/libs/hana/test/core/
Dwhen.cpp16 struct base_template<T, hana::when_valid<typename T::second_type>> { };
19 struct Second { struct second_type; };
/third_party/boost/libs/bimap/test/
Dtest_structured_pair.cpp59 BOOST_BIMAP_CHECK_METADATA(sp_ab, second_type, data_b); in BOOST_BIMAP_TEST_STATIC_FUNCTION()
62 BOOST_BIMAP_CHECK_METADATA(sp_ba, second_type, data_a); in BOOST_BIMAP_TEST_STATIC_FUNCTION()
Dtest_mutant.cpp48 typedef type_b second_type; typedef
55 typedef type_a second_type; typedef
/third_party/boost/boost/numeric/odeint/stepper/base/
Dsymplectic_rkn_stepper_base.hpp189 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type momentum_deri… in do_step_impl()
196 …typedef typename odeint::unwrap_reference< typename state_in_type::second_type >::type momentum_in… in do_step_impl()
203 …typedef typename odeint::unwrap_reference< typename state_out_type::second_type >::type momentum_o… in do_step_impl()
246 …typedef typename odeint::unwrap_reference< typename state_in_type::second_type >::type momentum_in… in do_step_impl()
253 …typedef typename odeint::unwrap_reference< typename state_out_type::second_type >::type momentum_o… in do_step_impl()
/third_party/boost/libs/utility/doc/
Dcompressed_pair.qbk42 typedef T2 second_type;
44 typedef typename call_traits<second_type>::param_type second_param_type;
46 typedef typename call_traits<second_type>::reference second_reference;
48 typedef typename call_traits<second_type>::const_reference second_const_reference;
/third_party/boost/libs/fusion/test/sequence/
Dreverse_view.cpp60 typedef boost::fusion::result_of::next<first_type>::type second_type; in main() typedef
61 second_type second_it(next(first_it)); in main()
/third_party/boost/boost/fusion/container/map/
Dmap_iterator.hpp98 second_type; typedef
100 typedef typename add_reference<second_type>::type type;
/third_party/boost/boost/python/suite/indexing/
Dmap_indexing_suite.hpp55 , typename Container::value_type::second_type
63 typedef typename Container::value_type::second_type data_type;
/third_party/boost/boost/fusion/support/
Dpair.hpp89 typedef Second second_type; typedef
111 typedef typename Pair::second_type type;
/third_party/boost/boost/range/adaptor/
Dmap.hpp43 typedef BOOST_DEDUCED_TYPENAME range_value<Map>::type::second_type& result_type;
55 … typedef const BOOST_DEDUCED_TYPENAME range_value<const Map>::type::second_type& result_type;
/third_party/boost/boost/fusion/container/map/detail/cpp03/
Dvalue_of_data_impl.hpp27 template apply<It>::type::second_type

1234