HomeSort by relevance Sort by last modified time
    Searched refs:is_convertible (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/base/
template_util_unittest.cc 44 // EXPECT_TRUE( (is_convertible < Child), (Parent > ::value));
47 EXPECT_TRUE( (is_convertible<Child, Parent>::value) );
48 EXPECT_FALSE( (is_convertible<Parent, Child>::value) );
49 EXPECT_FALSE( (is_convertible<Parent, AStruct>::value) );
51 EXPECT_TRUE( (is_convertible<int, double>::value) );
52 EXPECT_TRUE( (is_convertible<int*, void*>::value) );
53 EXPECT_FALSE( (is_convertible<void*, int*>::value) );
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/
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
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/
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
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/
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
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 );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 55 std::enable_if<std::is_convertible<_Up*, _Tp*>::value>::type>
147 <std::is_convertible<typename unique_ptr<_Up, _Ep>::pointer,
153 && std::is_convertible<_Ep, _Dp>::value))>
161 std::enable_if<std::is_convertible<_Up*, _Tp*>::value
182 <std::is_convertible<typename unique_ptr<_Up, _Ep>::pointer,
411 typename std::enable_if<std::is_convertible<_Up*,
416 typename std::enable_if<std::is_convertible<_Up*,
421 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
stl_pair.h 119 std::enable_if<std::is_convertible<_U1, _T1>::value>::type>
124 std::enable_if<std::is_convertible<_U2, _T2>::value>::type>
129 std::enable_if<std::is_convertible<_U1, _T1>::value
130 && std::is_convertible<_U2, _T2>::value>::type>
allocator.h 223 : public integral_constant<bool, is_convertible<_Alloc,
shared_ptr.h 217 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
235 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
405 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
410 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
stl_map.h 522 std::enable_if<std::is_convertible<_Pair,
575 std::enable_if<std::is_convertible<_Pair,
    [all...]
stl_multimap.h 445 std::enable_if<std::is_convertible<_Pair,
482 std::enable_if<std::is_convertible<_Pair,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 55 std::enable_if<std::is_convertible<_Up*, _Tp*>::value>::type>
147 <std::is_convertible<typename unique_ptr<_Up, _Ep>::pointer,
153 && std::is_convertible<_Ep, _Dp>::value))>
161 std::enable_if<std::is_convertible<_Up*, _Tp*>::value
182 <std::is_convertible<typename unique_ptr<_Up, _Ep>::pointer,
411 typename std::enable_if<std::is_convertible<_Up*,
416 typename std::enable_if<std::is_convertible<_Up*,
421 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
stl_pair.h 119 std::enable_if<std::is_convertible<_U1, _T1>::value>::type>
124 std::enable_if<std::is_convertible<_U2, _T2>::value>::type>
129 std::enable_if<std::is_convertible<_U1, _T1>::value
130 && std::is_convertible<_U2, _T2>::value>::type>
allocator.h 223 : public integral_constant<bool, is_convertible<_Alloc,
shared_ptr.h 217 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
235 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
405 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
410 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 39 (is_convertible<T, subtle::RefCountedBase*>::value ||
40 is_convertible<T, subtle::RefCountedThreadSafeBase*>::value))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 216 std::enable_if<std::is_convertible<_Pair,
248 std::enable_if<std::is_convertible<_Pair,
multimap.h 203 std::enable_if<std::is_convertible<_Pair,
229 std::enable_if<std::is_convertible<_Pair,

Completed in 890 milliseconds

1 2