Home
last modified time | relevance | path

Searched refs:YesType (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dtemplate_util.h68 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)> {
Dscoped_ptr.h173 static rtc::internal::YesType Test(...);
176 sizeof(Test<T>(0)) == sizeof(rtc::internal::YesType);
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfields-original.cc116 typedef char YesType; typedef
121 static YesType subclassCheck(U*);
126 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);
Dfields-expected.cc119 typedef char YesType; typedef
124 static YesType SubclassCheck(U*);
129 static const bool value = sizeof(SubclassCheck(t_)) == sizeof(YesType);
/external/libchrome/mojo/public/cpp/bindings/lib/
Dtemplate_util.h44 typedef char YesType;
47 YesType dummy[2];
Dbindings_internal.h173 static YesType Test(const typename U::MojomUnionDataType*);
182 sizeof(Test<T>(0)) == sizeof(YesType) && !IsConst<T>::value;