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

  /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/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
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/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/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/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/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/third_party/WebKit/Source/wtf/
TypeTraits.h 95 typedef char YesType;
100 static YesType floatCheck(long double);
104 static const bool value = sizeof(floatCheck(t)) == sizeof(YesType);
112 typedef char YesType;
117 static YesType convertCheck(To* x);
121 Value = (sizeof(YesType) == sizeof(convertCheck(static_cast<From*>(0))))
147 typedef char YesType;
152 static YesType subclassCheck(U*);
156 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
160 typedef char YesType;
    [all...]

Completed in 4594 milliseconds