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

  /external/chromium_org/mojo/public/cpp/bindings/lib/
template_util.h 30 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
31 // sizeof(NoType).
34 struct NoType {
46 static NoType Test(...);
  /external/chromium_org/base/
template_util.h 61 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
62 // sizeof(NoType).
65 struct NoType {
83 static NoType Test(...);
96 static NoType Test(...);
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
template_util.h 49 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
50 // sizeof(NoType).
53 struct NoType {
71 static NoType Test(...);
84 static NoType Test(...);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 46 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
47 // sizeof(NoType).
50 struct NoType {
68 static NoType Test(...);
81 static NoType Test(...);
  /external/chromium_org/third_party/webrtc/base/
template_util.h 51 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
52 // sizeof(NoType).
55 struct NoType {
73 static NoType Test(...);
86 static NoType Test(...);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
template_util.h 53 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
54 // sizeof(NoType).
57 struct NoType {
75 static NoType Test(...);
88 static NoType Test(...);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 34 NoType = 0,
96 : m_type(NoType)
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 98 struct NoType {
103 static NoType floatCheck(...);
115 struct NoType {
120 static NoType convertCheck(...);
150 struct NoType {
155 static NoType subclassCheck(...);
163 struct NoType {
168 static NoType subclassCheck(...);
176 struct NoType {
181 static NoType subclassCheck(...)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 49 NoType = 0,

Completed in 360 milliseconds