Searched defs:Yes (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dbind_helpers.h76 // Yes NotTheCheckWeWant(Helper<&C::TargetFunc>*);
81 // static const bool value = sizeof(NotTheCheckWeWant<T>(0)) == sizeof(Yes);
104 // Yes GoodCheck(...);
106 // static const bool value = sizeof(GoodCheck<Base>(0)) == sizeof(Yes);
108 // Notice here that the variadic version of GoodCheck() returns Yes here
128 typedef char Yes[1]; typedef in class:base::internal::SupportsAddRefAndRelease
154 static Yes& Check(...);
157 static const bool value = sizeof(Check<Base>(0,0)) == sizeof(Yes);
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h43 /// location for the specified call site. This returns "Yes" if we can tell
48 Yes, No, Unknown enumerator in enum:llvm::LibCallLocationInfo::LocResult
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp223 enum Enum { Yes, No }; enumerator in enum:rdar10194295::X::Enum
/external/webkit/Source/WebCore/page/
H A DGeolocation.h85 bool isAllowed() const { return m_allowGeolocation == Yes; }
208 Yes, enumerator in enum:WebCore::Geolocation::__anon14630

Completed in 841 milliseconds