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

/external/chromium/base/
H A Dtemplate_util.h42 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
44 typedef char YesType; typedef in namespace:base::internal
47 YesType dummy[2];
61 static YesType Test(To);
74 static YesType Test(void(C::*)(void));
91 sizeof(internal::YesType)> {
98 sizeof(internal::YesType)> {
/external/chromium_org/third_party/libaddressinput/chromium/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/libjingle/source/talk/base/
H A Dtemplate_util.h45 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
47 typedef char YesType; typedef in namespace:talk_base::internal
50 YesType dummy[2];
64 static YesType Test(To);
77 static YesType Test(void(C::*)(void));
94 sizeof(internal::YesType)> {
101 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/WebKit/Source/wtf/
H A DTypeTraits.h88 typedef char YesType; typedef in class:WTF::IsConvertibleToInteger::IsConvertibleToDouble
93 static YesType floatCheck(long double);
97 static const bool value = sizeof(floatCheck(t)) == sizeof(YesType);
105 typedef char YesType; typedef in class:WTF::IsPointerConvertible
110 static YesType convertCheck(To* x);
114 Value = (sizeof(YesType) == sizeof(convertCheck(static_cast<From*>(0))))
140 typedef char YesType; typedef in class:WTF::IsSubclass
145 static YesType subclassCheck(U*);
149 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
153 typedef char YesType; typedef in class:WTF::IsSubclassOfTemplate
[all...]
/external/chromium_org/base/
H A Dcallback_internal.h75 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
80 static const bool value = sizeof(Test<T>(0)) == sizeof(YesType) &&
H A Dtemplate_util.h83 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
85 typedef char YesType; typedef in namespace:base::internal
88 YesType dummy[2];
102 static YesType Test(To);
115 static YesType Test(void(C::*)(void));
132 sizeof(internal::YesType)> {
139 sizeof(internal::YesType)> {

Completed in 284 milliseconds