HomeSort by relevance Sort by last modified time
    Searched refs:YesType (Results 1 - 2 of 2) 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/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 88 typedef char YesType;
93 static YesType floatCheck(long double);
97 static const bool value = sizeof(floatCheck(t)) == sizeof(YesType);
113 typedef char YesType;
118 static YesType subclassCheck(U*);
122 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
126 typedef char YesType;
131 template<typename W> static YesType subclassCheck(U<W>*);
135 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);

Completed in 2288 milliseconds