HomeSort by relevance Sort by last modified time
    Searched defs:YesType (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
template_util.h 42 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
44 typedef char YesType;
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/base/
template_util.h 83 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
85 typedef char YesType;
88 YesType dummy[2];
102 static YesType Test(To);
115 static YesType Test(void(C::*)(void));
132 sizeof(internal::YesType)> {
139 sizeof(internal::YesType)> {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
template_util.h 49 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
51 typedef char YesType;
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/
template_util.h 45 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
47 typedef char YesType;
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/
template_util.h 46 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
48 typedef char YesType;
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/
TypeTraits.h 88 typedef char YesType;
93 static YesType floatCheck(long double);
97 static const bool value = sizeof(floatCheck(t)) == sizeof(YesType);
105 typedef char YesType;
110 static YesType convertCheck(To* x);
114 Value = (sizeof(YesType) == sizeof(convertCheck(static_cast<From*>(0))))
140 typedef char YesType;
145 static YesType subclassCheck(U*);
149 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
153 typedef char YesType;
    [all...]

Completed in 122 milliseconds