/third_party/boost/libs/fusion/test/compile_time/ |
D | vector_intrinsic.cpp | 41 typedef typename boost::fusion::result_of::value_at_c<v_type, 0>::type va0; in test() 42 typedef typename boost::fusion::result_of::value_at_c<v_type, 1>::type va1; in test() 43 typedef typename boost::fusion::result_of::value_at_c<v_type, 2>::type va2; in test() 44 typedef typename boost::fusion::result_of::value_at_c<v_type, 3>::type va3; in test() 45 typedef typename boost::fusion::result_of::value_at_c<v_type, 4>::type va4; in test() 47 typedef typename boost::fusion::result_of::value_at_c<v_type, 5>::type va5; in test() 48 typedef typename boost::fusion::result_of::value_at_c<v_type, 6>::type va6; in test() 49 typedef typename boost::fusion::result_of::value_at_c<v_type, 7>::type va7; in test() 50 typedef typename boost::fusion::result_of::value_at_c<v_type, 8>::type va8; in test() 51 typedef typename boost::fusion::result_of::value_at_c<v_type, 9>::type va9; in test()
|
/third_party/boost/libs/fusion/test/sequence/ |
D | vector_n.cpp | 47 …BOOST_STATIC_ASSERT((boost::is_same<int, boost::fusion::result_of::value_at_c<type, 0>::type>::val… in main() 84 …BOOST_STATIC_ASSERT((boost::is_same<int, boost::fusion::result_of::value_at_c<type, 0>::type>::val… in main() 85 …BOOST_STATIC_ASSERT((boost::is_same<char, boost::fusion::result_of::value_at_c<type, 1>::type>::va… in main() 111 …BOOST_STATIC_ASSERT((boost::is_same<int, boost::fusion::result_of::value_at_c<type, 0>::type>::val… in main() 112 …BOOST_STATIC_ASSERT((boost::is_same<char, boost::fusion::result_of::value_at_c<type, 1>::type>::va… in main() 113 …BOOST_STATIC_ASSERT((boost::is_same<double, boost::fusion::result_of::value_at_c<type, 2>::type>::… in main() 149 …BOOST_STATIC_ASSERT((boost::is_same<bool, boost::fusion::result_of::value_at_c<type, 0>::type>::va… in main() 150 …BOOST_STATIC_ASSERT((boost::is_same<char, boost::fusion::result_of::value_at_c<type, 1>::type>::va… in main() 151 …BOOST_STATIC_ASSERT((boost::is_same<short, boost::fusion::result_of::value_at_c<type, 2>::type>::v… in main() 152 …BOOST_STATIC_ASSERT((boost::is_same<int, boost::fusion::result_of::value_at_c<type, 3>::type>::val… in main() [all …]
|
D | reverse_view.cpp | 73 boost::is_same<boost::fusion::result_of::value_at_c<view_type,0>::type,char const*> in main() 76 boost::is_same<boost::fusion::result_of::value_at_c<view_type,1>::type,long> in main() 79 boost::is_same<boost::fusion::result_of::value_at_c<view_type,2>::type,char> in main() 82 boost::is_same<boost::fusion::result_of::value_at_c<view_type,3>::type,int> in main()
|
D | zip_view_ignore.cpp | 47 typedef boost::fusion::result_of::value_at_c<view, 0>::type first_value_at; in main() 48 typedef boost::fusion::result_of::value_at_c<first_value_at, 0>::type v0; in main() 49 typedef boost::fusion::result_of::value_at_c<first_value_at, 2>::type v2; in main()
|
D | transform_view.cpp | 95 …BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_c<xform_type, 0>::type, int>)); in main() 110 …BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_c<xform_type, 0>::type, int>)); in main()
|
D | adapt_assoc_struct.cpp | 159 boost::fusion::result_of::value_at_c<ns::point,0>::type in main() 162 boost::fusion::result_of::value_at_c<ns::point,2>::type in main()
|
D | adt_attribute_proxy.cpp | 91 boost::fusion::result_of::value_at_c<et, 0>::type in main() 101 boost::fusion::result_of::value_at_c<et, 1>::type in main()
|
D | zip_view2.cpp | 60 …BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_c<view,0>::type, vector3<int,c… in main()
|
D | value_at.hpp | 23 #define FUSION_VALUE_AT(S, N) boost::fusion::result_of::value_at_c<S, N>
|
D | iterator.hpp | 157 is_same<boost::fusion::result_of::value_at_c<seq_type, 0>::type, int>::value)); in test() 160 is_same<boost::fusion::result_of::value_at_c<seq_type, 1>::type, char&>::value)); in test()
|
D | zip_view.cpp | 61 …BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_c<view,0>::type, vector2<int,c… in main()
|
D | adapt_struct_named.cpp | 158 boost::fusion::result_of::value_at_c<adapted::point,0>::type in main()
|
D | adapt_adt_named.cpp | 155 boost::fusion::result_of::value_at_c<adapted::point,0>::type in main()
|
/third_party/boost/boost/fusion/view/zip_view/detail/ |
D | distance_impl.hpp | 44 typename result_of::value_at_c<typename It1::iterators, 0>::type, 45 typename result_of::value_at_c<typename It2::iterators, 0>::type>
|
/third_party/boost/libs/fusion/example/extension/ |
D | test_example.cpp | 53 …BOOST_MPL_ASSERT((boost::is_same<result_of::value_at_c<example::example_struct, 0>::type, std::str… in main() 54 … BOOST_MPL_ASSERT((boost::is_same<result_of::value_at_c<example::example_struct, 1>::type, int>)); in main()
|
D | triple.cpp | 366 int, fusion::result_of::value_at_c<my_triple, 0>::type>)); in main() 368 char, fusion::result_of::value_at_c<my_triple, 1>::type>)); in main() 370 std::string, fusion::result_of::value_at_c<my_triple, 2>::type>)); in main()
|
/third_party/boost/boost/spirit/home/support/ |
D | meta_compiler.hpp | 280 fusion::result_of::value_at_c<Elements, 0>::type 293 fusion::result_of::value_at_c<Elements, 0>::type 296 fusion::result_of::value_at_c<Elements, 1>::type
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | extract_from.hpp | 40 struct value_at_c struct 41 : add_const_ref<typename fusion::result_of::value_at_c<T, N>::type>
|
/third_party/boost/boost/fusion/sequence/intrinsic/ |
D | value_at.hpp | 81 struct value_at_c struct
|
/third_party/boost/boost/fusion/tuple/detail/ |
D | tuple.hpp | 92 struct tuple_element : result_of::value_at_c<Tuple, N> {};
|
/third_party/boost/libs/fusion/example/performance/ |
D | zip_efficiency.cpp | 34 typename boost::fusion::result_of::value_at_c<Lhs, 0>::type
|
/third_party/boost/boost/fusion/tuple/ |
D | tuple.hpp | 106 struct tuple_element : result_of::value_at_c<Tuple, N> {};
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char_parser.hpp | 140 fusion::result_of::value_at_c<Elements, 0>::type
|
/third_party/boost/boost/spirit/home/karma/char/ |
D | char_generator.hpp | 150 fusion::result_of::value_at_c<Elements, 0>::type
|
/third_party/boost/boost/fusion/functional/adapter/ |
D | unfused_typed.hpp | 131 typename call_param<typename result_of::value_at_c<s,i>::type>::type a##i
|