HomeSort by relevance Sort by last modified time
    Searched defs:_5 (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/utilities/meta/meta.hel/
integral_constant.pass.cpp 19 typedef std::integral_constant<int, 5> _5; typedef
20 static_assert(_5::value == 5, "");
21 static_assert((std::is_same<_5::value_type, int>::value), "");
22 static_assert((std::is_same<_5::type, _5>::value), "");
24 static_assert((_5() == 5), "");
26 assert(_5() == 5);
30 static_assert ( _5{}() == 5, "" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.hel/
integral_constant.pass.cpp 19 typedef std::integral_constant<int, 5> _5; typedef
20 static_assert(_5::value == 5, "");
21 static_assert((std::is_same<_5::value_type, int>::value), "");
22 static_assert((std::is_same<_5::type, _5>::value), "");
24 static_assert((_5() == 5), "");
26 assert(_5() == 5);
30 static_assert ( _5{}() == 5, "" );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 34 static inline boost::arg<5> _5() { return boost::arg<5>(); } function in namespace:__anon23108
47 static boost::arg<5> _5;
59 boost::arg<5> _5;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 81 typedef arg<5> _5; typedef
86 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_5)
89 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_5;
  /external/libcxx/src/
bind.cpp 21 __ph<5> _5; member in namespace:placeholders
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 21 __ph<5> _5; member in namespace:placeholders

Completed in 107 milliseconds