Searched defs:is_convertible (Results 1 - 10 of 10) sorted by path

/external/chromium_org/base/
H A Dtemplate_util.h69 // 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/chromium_org/third_party/cld/base/
H A Dtype_traits.h25 // 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/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dtemplate_util.h57 // This class is an implementation detail for is_convertible, and you
58 // don't need to know how it works to use is_convertible. For those
94 struct is_convertible struct in namespace:i18n::addressinput
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dtemplate_util.h54 // 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
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtype_traits.h55 // 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/chromium_org/third_party/webrtc/base/
H A Dtemplate_util.h59 // This class is an implementation detail for is_convertible, and you
60 // don't need to know how it works to use is_convertible. For those
96 struct is_convertible struct in namespace:rtc
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtemplate_util.h61 // This class is an implementation detail for is_convertible, and you
62 // don't need to know how it works to use is_convertible. For those
98 struct is_convertible struct in namespace:webrtc
/external/clang/test/PCH/
H A Dcrash-12631281.cpp12 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/clang/test/SemaCXX/
H A Dtype-traits.cpp1715 void is_convertible() function
/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 );

Completed in 6436 milliseconds