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

  /external/libchrome/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 119 typedef char YesType;
124 static YesType SubclassCheck(U*);
129 static const bool value = sizeof(SubclassCheck(t_)) == sizeof(YesType);
fields-original.cc 116 typedef char YesType;
121 static YesType subclassCheck(U*);
126 static const bool value = sizeof(subclassCheck(t)) == sizeof(YesType);

Completed in 825 milliseconds