Searched defs:is_convertible (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dtemplate_util.h50 // 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/stlport/test/unit/
H A Dtype_traits_test.cpp139 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/
H A Dtype-traits.cpp1550 void is_convertible() function

Completed in 91 milliseconds