Home | History | Annotate | Download | only in base

Lines Matching defs:Yes

170 //   Yes NotTheCheckWeWant(Helper<&C::TargetFunc>*);
175 // static const bool value = sizeof(NotTheCheckWeWant<T>(0)) == sizeof(Yes);
198 // Yes GoodCheck(...);
200 // static const bool value = sizeof(GoodCheck<Base>(0)) == sizeof(Yes);
202 // Notice here that the variadic version of GoodCheck() returns Yes here
225 typedef char Yes[1];
251 static Yes& Check(...);
254 enum { value = sizeof(Check<Base>(0)) == sizeof(Yes) };
279 typedef char Yes[1];
283 static Yes& Check(typename U::IsMethod*);
289 enum { value = sizeof(Check<T>(0)) == sizeof(Yes) };