Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/numeric/ublas/test/tensor/
Dutility.hpp22 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/
Dpop_front.cpp23 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/
Dfront.rst88 typedef list<int,long>::type types2;
92 BOOST_MPL_ASSERT(( is_same< front<types2>::type, int> ));
Dpop_back.rst85 typedef vector<long,int>::type types2;
89 typedef pop_back<types2>::type result2;
Dpop_front.rst87 typedef vector<int,long>::type types2;
91 typedef pop_front<types2>::type result2;
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp437 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/
Dunified-signatures.ts219 types2: readonly TSESTree.Parameter[],
223 types2,
234 types2.slice(index + 1),
242 const b = types2[index];
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer11961 * docs/random/types2: Added the type system design.
/third_party/gstreamer/gstreamer/
DChangeLog1688 * docs/random/types2:
11819 * docs/random/types2:
61150 * docs/random/types2: