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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 97 typedef char YesType;
102 static YesType floatCheck(long double);
106 static const bool value = sizeof(floatCheck(t)) == sizeof(YesType);
114 typedef char YesType;
119 static YesType convertCheck(To* x);
123 Value = (sizeof(YesType) == sizeof(convertCheck(static_cast<From*>(0))))
149 typedef char YesType;
154 static YesType subclassCheck(U*);
158 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
162 typedef char YesType;
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/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/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/webrtc/base/
template_util.h 51 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
53 typedef char YesType;
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/
template_util.h 53 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
55 typedef char YesType;
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/
template_util.h 30 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
32 typedef char YesType;
35 YesType dummy[2];
43 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
48 static const bool value = sizeof(Test<T>(0)) == sizeof(YesType) &&
  /external/chromium_org/base/
template_util.h 61 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
63 typedef char YesType;
66 YesType dummy[2];
80 static YesType Test(To);
93 static YesType Test(void(C::*)(void));
110 sizeof(internal::YesType)> {
117 sizeof(internal::YesType)> {
callback_internal.h 75 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
80 static const bool value = sizeof(Test<T>(0)) == sizeof(YesType) &&

Completed in 540 milliseconds