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

  /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];
  /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)> {
  /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);

Completed in 78 milliseconds