Searched refs:YesType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.h97 typedef char YesType; typedef in class:WTF::IsConvertibleToInteger::IsConvertibleToDouble
102 static YesType floatCheck(long double);
106 static const bool value = sizeof(floatCheck(t)) == sizeof(YesType);
114 typedef char YesType; typedef in class:WTF::IsPointerConvertible
119 static YesType convertCheck(To* x);
123 Value = (sizeof(YesType) == sizeof(convertCheck(static_cast<From*>(0))))
149 typedef char YesType; typedef in class:WTF::IsSubclass
154 static YesType subclassCheck(U*);
158 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
162 typedef char YesType; typedef in class:WTF::IsSubclassOfTemplate
175 typedef char YesType; typedef in class:WTF::IsSubclassOfTemplateTypenameSize
188 typedef char YesType; typedef in class:WTF::IsSubclassOfTemplateTypenameSizeTypename
201 typedef char YesType; typedef in class:WTF::IsSubclassOfTemplate3
214 typedef char YesType; typedef in class:WTF::IsSubclassOfTemplate5
313 typedef char YesType; typedef in class:WTF::NeedsTracing
[all...]
/external/chromium_org/base/
H A Dtemplate_util.h61 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
63 typedef char YesType; typedef in namespace:base::internal
66 YesType dummy[2];
80 static YesType Test(To);
93 static YesType Test(void(C::*)(void));
110 sizeof(internal::YesType)> {
117 sizeof(internal::YesType)> {
H A Dcallback_internal.h75 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
80 static const bool value = sizeof(Test<T>(0)) == sizeof(YesType) &&
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dtemplate_util.h49 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
51 typedef char YesType; typedef in namespace:i18n::addressinput::internal
54 YesType dummy[2];
68 static YesType Test(To);
81 static YesType Test(void(C::*)(void));
98 sizeof(internal::YesType)> {
105 sizeof(internal::YesType)> {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dtemplate_util.h46 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
48 typedef char YesType; typedef in namespace:i18n::phonenumbers::internal
51 YesType dummy[2];
65 static YesType Test(To);
78 static YesType Test(void(C::*)(void));
95 sizeof(internal::YesType)> {
102 sizeof(internal::YesType)> {
/external/chromium_org/third_party/webrtc/base/
H A Dtemplate_util.h51 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
53 typedef char YesType; typedef in namespace:rtc::internal
56 YesType dummy[2];
70 static YesType Test(To);
83 static YesType Test(void(C::*)(void));
100 sizeof(internal::YesType)> {
107 sizeof(internal::YesType)> {
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtemplate_util.h53 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
55 typedef char YesType; typedef in namespace:webrtc::internal
58 YesType dummy[2];
72 static YesType Test(To);
85 static YesType Test(void(C::*)(void));
102 sizeof(internal::YesType)> {
109 sizeof(internal::YesType)> {
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h30 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
32 typedef char YesType; typedef in namespace:mojo::internal
35 YesType dummy[2];
43 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
48 static const bool value = sizeof(Test<T>(0)) == sizeof(YesType) &&

Completed in 4682 milliseconds