Home
last modified time | relevance | path

Searched refs:sizeof_ (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/mpl/test/
Dtransform_view.cpp26 sizeof_<int>::type, in MPL_TEST_CASE()
27 sizeof_<long>::type, in MPL_TEST_CASE()
28 sizeof_<char>::type, in MPL_TEST_CASE()
29 sizeof_<char[50]>::type, in MPL_TEST_CASE()
30 sizeof_<double>::type in MPL_TEST_CASE()
33 MPL_ASSERT(( equal< transform_view< types, sizeof_<_> >::type,sizes > )); in MPL_TEST_CASE()
36 transform_view< types, sizeof_<_> > in MPL_TEST_CASE()
Dsizeof.cpp24 MPL_ASSERT_RELATION( sizeof_<char>::value, ==, sizeof(char) ); in MPL_TEST_CASE()
25 MPL_ASSERT_RELATION( sizeof_<int>::value, ==, sizeof(int) ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( sizeof_<double>::value, ==, sizeof(double) ); in MPL_TEST_CASE()
27 MPL_ASSERT_RELATION( sizeof_<my>::value, ==, sizeof(my) ); in MPL_TEST_CASE()
Dlambda.cpp42 , greater< sizeof_<_1>, mpl::size_t<8> > in MPL_TEST_CASE()
59 , equal_to< sizeof_<_1>, sizeof_<_2> > in MPL_TEST_CASE()
Dfilter_view.cpp37 , mpl::sizeof_<_> in MPL_TEST_CASE()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dsizeof_.rst1 .. Metafunctions/Miscellaneous//sizeof_ |100
60 typedef sizeof_<x>::type n;
91 BOOST_MPL_ASSERT_RELATION( sizeof_<char>::value, ==, sizeof(char) );
92 BOOST_MPL_ASSERT_RELATION( sizeof_<int>::value, ==, sizeof(int) );
93 BOOST_MPL_ASSERT_RELATION( sizeof_<double>::value, ==, sizeof(double) );
94 BOOST_MPL_ASSERT_RELATION( sizeof_<udt>::value, ==, sizeof(my) );
Dmax_element.rst85 transform_view< types,sizeof_<_1> >
Dmin_element.rst84 transform_view< types,sizeof_<_1> >
/third_party/boost/libs/hana/test/type/
Dsizeof.cpp16 hana::sizeof_(T{}), in main()
21 hana::sizeof_(hana::type_c<T>), in main()
29 constexpr auto r1 = hana::sizeof_(t); (void)r1; in main()
30 constexpr auto r2 = hana::sizeof_(x); (void)r2; in main()
/third_party/boost/boost/mpl/
Dsizeof.hpp26 struct sizeof_ struct
29 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,sizeof_,(T))
32 BOOST_MPL_AUX_NA_SPEC_NO_ETI(1, sizeof_)
/third_party/boost/libs/hana/example/type/
Dsizeof.cpp11 static_assert(hana::sizeof_(hana::type_c<X>) == sizeof(X), "");
13 static_assert(hana::sizeof_(1) == sizeof(1), "");
14 static_assert(hana::sizeof_(hana::type_c<int>) == sizeof(int), "");
/third_party/boost/libs/hana/example/
Dlexicographical_compare.cpp35 return hana::sizeof_(t) < hana::sizeof_(u); in main()
Dordering.cpp14 constexpr auto sorted = hana::sort.by(hana::ordering(hana::sizeof_),
/third_party/boost/libs/hana/example/tutorial/
Dtype.cpp185 mpl::less<mpl::sizeof_<mpl::_1>, mpl::sizeof_<mpl::_2>>
209 return hana::sizeof_(t) < hana::sizeof_(u); in __anon698e64c90602()
/third_party/boost/libs/hana/example/misc/
Dindexed_sort.cpp39 return hana::sizeof_(t) < hana::sizeof_(u); in main()
/third_party/boost/boost/hana/fwd/
Dtype.hpp290 constexpr auto sizeof_ = [](auto&& x) { in __anon8c63505d0102() variable
300 constexpr sizeof_t sizeof_{}; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dtype.hpp290 constexpr auto sizeof_ = [](auto&& x) { in __anon08c8a7500102() variable
300 constexpr sizeof_t sizeof_{}; variable
/third_party/boost/libs/mpl/example/
Dinteger.cpp44 , mpl::multiplies< mpl::sizeof_<_1>, mpl::int_<8> >
/third_party/curl/m4/
Dax_compile_check_sizeof.m494 define(<<AC_TYPE_NAME>>, translit(sizeof_$1, [a-z *], [A-Z_P]))dnl
/third_party/boost/boost/variant/
Dvariant.hpp347 types, mpl::sizeof_<mpl::_1>
/third_party/boost/libs/mp11/doc/article/
Dsimple_cxx11_metaprogramming.adoc1089 lambda<_a, _b, less<sizeof_<_a>, sizeof_<_b>>>>