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

  /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);
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
fields-expected.cc 102 typedef char YesType;
107 static YesType SubclassCheck(U*);
112 static const bool value = sizeof(SubclassCheck(t_)) == sizeof(YesType);
fields-original.cc 99 typedef char YesType;
104 static YesType subclassCheck(U*);
109 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
  /external/libmojo/mojo/public/cpp/bindings/lib/
template_util.h 42 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
44 typedef char YesType;
47 YesType dummy[2];
bindings_internal.h 156 static YesType Test(const typename U::MojomUnionDataType*);
165 sizeof(Test<T>(0)) == sizeof(YesType) && !IsConst<T>::value;

Completed in 485 milliseconds