HomeSort by relevance Sort by last modified time
    Searched refs:NoType (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 96 struct NoType {
101 static NoType floatCheck(...);
113 struct NoType {
118 static NoType convertCheck(...);
148 struct NoType {
153 static NoType subclassCheck(...);
161 struct NoType {
166 static NoType subclassCheck(...);
174 struct NoType {
179 static NoType subclassCheck(...)
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
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/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/libjingle/source/talk/base/
template_util.h 45 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
46 // sizeof(NoType).
49 struct NoType {
67 static NoType Test(...);
80 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/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/third_party/WebKit/Source/platform/
PlatformEvent.h 34 NoType = 0,
96 : m_type(NoType)
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 101 ResolveInfo::NoType,
111 ResolveInfo::NoType,
121 ResolveInfo::NoType,
StaticResolver.cpp 175 (pOld.desc() == pNew.desc() || pOld.desc() == ResolveInfo::NoType ||
176 pNew.desc() == ResolveInfo::NoType)) {
  /external/chromium_org/base/
template_util.h 83 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
84 // sizeof(NoType).
87 struct NoType {
105 static NoType Test(...);
118 static NoType Test(...);
callback_internal.h 78 static NoType Test(...);
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 286 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
302 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
318 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
334 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
349 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
364 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
386 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
401 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
416 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
431 ASSERT_TRUE( ResolveInfo::NoType == sym->type())
    [all...]
NamePoolTest.cpp 124 ResolveInfo::Type type = ResolveInfo::NoType;
LinkerTest.cpp 457 /// 7: 00000000 0 NOTYPE GLOBAL DEFAULT UND _Z1gv
460 ResolveInfo::NoType,
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client_unittest.cc 122 TEST(ParseWebViewsInfo, NoType) {
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 49 NoType = 0,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 256 ResolveInfo::NoType,
269 ResolveInfo::NoType,
295 ResolveInfo::NoType,
305 ResolveInfo::NoType,
327 ResolveInfo::NoType,
337 ResolveInfo::NoType,
359 ResolveInfo::NoType,
369 ResolveInfo::NoType,
391 ResolveInfo::NoType,
417 ResolveInfo::NoType,
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 126 ResolveInfo::NoType,
490 ResolveInfo::Type type = ResolveInfo::NoType;
494 // if the symbol does not exist, we can set type to NOTYPE
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 180 ResolveInfo::NoType,
191 ResolveInfo::NoType,
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 238 // the ASSERT_NOT_REACHED() at the end, convert the DoubleTap to a NoType.
239 m_type = PlatformEvent::NoType;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 148 ResolveInfo::NoType,
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 226 , m_baseEventType(PlatformEvent::NoType)
302 m_baseEventType = PlatformEvent::NoType;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 

Completed in 1386 milliseconds

1 2