Searched refs:types3 (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | utility.hpp | 19 template<class type1, class ... types3> 20 struct zip_helper<std::tuple<types3...>, type1> 25 using type = std::tuple<types3...,std::pair<type1,types2>...>; 32 template<class type1, class ... types3, class ... types1> 33 struct zip_helper<std::tuple<types3...>, type1, types1...> 38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
|
/third_party/boost/libs/fusion/test/functional/ |
D | unfused_typed.cpp | 30 typedef fusion::vector<long &,int,char> types3; typedef 136 fusion::unfused_typed< test_func<>, types3 > unfused_func; in ternary_tests() 137 fusion::unfused_typed< test_func<noncopyable> &, types3 > unfused_func_ref(f); in ternary_tests() 138 fusion::unfused_typed< test_func<> const, types3 > unfused_func_c; in ternary_tests() 139 fusion::unfused_typed< test_func<>, types3 > const unfused_func_c2; in ternary_tests() 140 fusion::unfused_typed< test_func<noncopyable> const &, types3 > unfused_func_c_ref(f); in ternary_tests()
|
/third_party/boost/libs/mpl/test/ |
D | pop_front.cpp | 24 typedef list<char,int,long>::type types3; in MPL_TEST_CASE() typedef 28 typedef pop_front<types3>::type result3; in MPL_TEST_CASE()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | front.rst | 89 typedef list<char,int,long>::type types3; 93 BOOST_MPL_ASSERT(( is_same< front<types3>::type, char> ));
|
D | pop_back.rst | 86 typedef vector<long,int,char>::type types3; 90 typedef pop_back<types3>::type result3;
|
D | pop_front.rst | 88 typedef vector<char,int,long>::type types3; 92 typedef pop_front<types3>::type result3;
|
/third_party/boost/libs/hana/example/tutorial/ |
D | appendix_mpl.cpp | 438 using types3 = vector<char,int,long>; in main() typedef 441 static_assert(std::is_same<front<types3>::type, char>{}, ""); in main() 448 using types3 = vector<long,int,char>; in main() typedef 453 using result3 = pop_back<types3>::type; in main() 467 using types3 = vector<char,int,long>; in main() typedef 471 using result3 = pop_front<types3>::type; in main()
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 11942 * docs/random/types3: Another type system proposal.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 1689 * docs/random/types3: 6988 * docs/random/types3: 11820 * docs/random/types3:
|