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

  /external/libweave/third_party/chromium/base/
template_util.h 21 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
23 typedef char YesType;
26 YesType dummy[2];
callback_internal.h 108 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
113 static const bool value = sizeof((Test<T>(0))) == sizeof(YesType) &&
  /external/libchrome/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 109 static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
114 static const bool value = sizeof((Test<T>(0))) == sizeof(YesType) &&
  /external/webrtc/webrtc/base/
template_util.h 66 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
68 typedef char YesType;
71 YesType dummy[2];
85 static YesType Test(To);
98 static YesType Test(void(C::*)(void));
115 sizeof(internal::YesType)> {
122 sizeof(internal::YesType)> {
scoped_ptr.h 173 static rtc::internal::YesType Test(...);
176 sizeof(Test<T>(0)) == sizeof(rtc::internal::YesType);

Completed in 278 milliseconds