Searched refs:types2 (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | utility.hpp | 22 template<class ... types2> 25 using type = std::tuple<types3...,std::pair<type1,types2>...>; 27 template<class ... types2> 28 using with_t = typename with<types2...>::type; 35 template<class ... types2> 38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>; 39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type; 42 template<class ... types2> 43 using with_t = typename with<types2...>::type;
|
/third_party/boost/libs/mpl/test/ |
D | pop_front.cpp | 23 typedef list<int,long>::type types2; in MPL_TEST_CASE() typedef 27 typedef pop_front<types2>::type result2; in MPL_TEST_CASE()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | front.rst | 88 typedef list<int,long>::type types2; 92 BOOST_MPL_ASSERT(( is_same< front<types2>::type, int> ));
|
D | pop_back.rst | 85 typedef vector<long,int>::type types2; 89 typedef pop_back<types2>::type result2;
|
D | pop_front.rst | 87 typedef vector<int,long>::type types2; 91 typedef pop_front<types2>::type result2;
|
/third_party/boost/libs/hana/example/tutorial/ |
D | appendix_mpl.cpp | 437 using types2 = vector<int,long>; in main() typedef 440 static_assert(std::is_same<front<types2>::type, int>{}, ""); in main() 447 using types2 = vector<long,int>; in main() typedef 452 using result2 = pop_back<types2>::type; in main() 466 using types2 = vector<int,long>; in main() typedef 470 using result2 = pop_front<types2>::type; in main()
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | unified-signatures.ts | 219 types2: readonly TSESTree.Parameter[], 223 types2, 234 types2.slice(index + 1), 242 const b = types2[index];
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 11961 * docs/random/types2: Added the type system design.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 1688 * docs/random/types2: 11819 * docs/random/types2: 61150 * docs/random/types2:
|