/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/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 | 1428 void is_convertible() function [all...] |