HomeSort by relevance Sort by last modified time
    Searched defs:is_convertible (Results 1 - 14 of 14) 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/skia/include/private/
SkTLogic.h 85 template<typename S, typename D> struct is_convertible struct in namespace:skstd
  /external/libchrome/base/
template_util.h 69 // This class is an implementation detail for is_convertible, and you
70 // don't need to know how it works to use is_convertible. For those
106 struct is_convertible struct in namespace:base
  /external/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/webrtc/webrtc/base/
template_util.h 74 // This class is an implementation detail for is_convertible, and you
75 // don't need to know how it works to use is_convertible. For those
111 struct is_convertible struct in namespace:rtc
  /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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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
  /prebuilts/misc/windows/protobuf2.5/include/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
  /prebuilts/tools/linux-x86_64/protoc/include/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
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 56 // is_convertible
94 // is_enum uses is_convertible, which is not available on MSVC.
111 template <class From, class To> struct is_convertible;
182 // is_convertible chokes if the first argument is an array. That's why
185 : is_convertible<typename add_reference<T>::type, int> { };
332 // This class is an implementation detail for is_convertible, and you
333 // don't need to know how it works to use is_convertible. For those
354 struct is_convertible struct in namespace:google::protobuf::internal
  /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 1742 void is_convertible() function
    [all...]

Completed in 249 milliseconds