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

  /external/clang/test/PCH/
crash-12631281.cpp 12 template < class _T2> struct is_convertible;
13 template <> struct is_convertible<int> { typedef int type; }; struct
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
  /external/chromium/base/
template_util.h 50 // This class is an implementation detail for is_convertible, and you
51 // don't need to know how it works to use is_convertible. For those
87 struct is_convertible struct in namespace:base
  /external/chromium_org/third_party/cld/base/
type_traits.h 25 // is_convertible
169 // This class is an implementation detail for is_convertible, and you
170 // don't need to know how it works to use is_convertible. For those
188 struct is_convertible struct in namespace:base
  /external/chromium_org/base/
template_util.h 55 // This class is an implementation detail for is_convertible, and you
56 // don't need to know how it works to use is_convertible. For those
92 struct is_convertible struct in namespace:base
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 54 // This class is an implementation detail for is_convertible, and you
55 // don't need to know how it works to use is_convertible. For those
91 struct is_convertible struct in namespace:i18n::phonenumbers
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 23 #include <boost/type_traits/is_convertible.hpp>
43 // is_convertible (naturally). This workaround is fortunately not
46 struct is_convertible<use_default,To> struct in namespace:boost
90 // meta functions like boost::is_convertible do not return false positives,
95 // always enabled for compilers that don't support enable_if or is_convertible.
98 // The operators implementation relies on boost::is_convertible not returning
110 , is_convertible<From, To>
128 // of is_convertible in a few cases.
134 , is_convertible<From, To>
145 is_convertible<From, To
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits.h 55 // is_convertible
74 // is_enum uses is_convertible, which is not available on MSVC.
91 template <class From, class To> struct is_convertible;
155 // is_convertible chokes if the first argument is an array. That's why
158 : is_convertible<typename add_reference<T>::type, int> { };
305 // This class is an implementation detail for is_convertible, and you
306 // don't need to know how it works to use is_convertible. For those
324 struct is_convertible struct in namespace:google::protobuf::internal
  /external/stlport/test/unit/
type_traits_test.cpp 139 int is_convertible(_Src, _Dst) { function
266 CPPUNIT_CHECK( is_convertible(any, b) == 0 );
267 CPPUNIT_CHECK( is_convertible(d, b) == 1 );
268 CPPUNIT_CHECK( is_convertible(cd, b) == 1 );
274 //CPPUNIT_CHECK( is_convertible(pd, pb) == 1 );
275 //CPPUNIT_CHECK( is_convertible(pcd, pb) == 1 );
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 139 int is_convertible(_Src, _Dst) { function
266 CPPUNIT_CHECK( is_convertible(any, b) == 0 );
267 CPPUNIT_CHECK( is_convertible(d, b) == 1 );
268 CPPUNIT_CHECK( is_convertible(cd, b) == 1 );
274 //CPPUNIT_CHECK( is_convertible(pd, pb) == 1 );
275 //CPPUNIT_CHECK( is_convertible(pcd, pb) == 1 );
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 139 int is_convertible(_Src, _Dst) { function
266 CPPUNIT_CHECK( is_convertible(any, b) == 0 );
267 CPPUNIT_CHECK( is_convertible(d, b) == 1 );
268 CPPUNIT_CHECK( is_convertible(cd, b) == 1 );
274 //CPPUNIT_CHECK( is_convertible(pd, pb) == 1 );
275 //CPPUNIT_CHECK( is_convertible(pcd, pb) == 1 );
  /external/clang/test/SemaCXX/
type-traits.cpp 1666 void is_convertible() function
    [all...]

Completed in 214 milliseconds