HomeSort by relevance Sort by last modified time
    Searched refs:yes_tag (Results 1 - 7 of 7) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
is_msvc_eti_arg.hpp 44 static yes_tag test(eti_int_convertible);
48 sizeof(test(get())) == sizeof(yes_tag)
yes_no.hpp 26 typedef char (&yes_tag)[2]; typedef in namespace:boost::mpl::aux
35 typedef yes_tag type;
lambda_support.hpp 116 ::boost::mpl::aux::yes_tag operator|( \
128 ::boost::mpl::aux::yes_tag operator|( \
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 232 struct yes_tag { long a; long b; }; // (A) struct in namespace:PR9880
239 static yes_tag check(char[sizeof(&U::luaIndex)]);
240 enum { value = sizeof(check<T>(0)) == sizeof(yes_tag) };
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 100 static boost::mpl::aux::yes_tag test(...); \
242 static boost::mpl::aux::yes_tag test( \
253 == sizeof(boost::mpl::aux::yes_tag) \
360 static boost::mpl::aux::yes_tag \
378 static boost::mpl::aux::yes_tag \
389 == sizeof(boost::mpl::aux::yes_tag) \
398 ) == sizeof(boost::mpl::aux::yes_tag) \
406 ) == sizeof(boost::mpl::aux::yes_tag) \
bind.hpp 257 aux::yes_tag is_bind_helper(bind<F,AUX778076_BIND_PARAMS(T)>*);
261 aux::yes_tag is_bind_helper(arg<N>*);
279 == sizeof(aux::yes_tag)
475 aux::yes_tag
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h 36 typedef char (&yes_tag)[2]; typedef
41 template<typename T> yes_tag has_member_##member##_helper(pmf_##member##_helper<T, &T::member >*); \
43 static const bool value = sizeof(has_member_##member##_helper<T>(0)) == sizeof(yes_tag); \

Completed in 273 milliseconds