Home | History | Annotate | Download | only in mirror

Lines Matching refs:IsInterface

265   os << "----- " << (IsInterface() ? "interface" : "class") << " "
408 if (LIKELY(klass->IsInterface())) {
431 if (LIKELY(klass->IsInterface())) {
472 } else if (klass->IsInterface()) {
697 DCHECK(method->GetDeclaringClass()->IsInterface());
698 DCHECK(IsInterface()) << "Should only be called on a interface class";
1038 DCHECK(!klass->IsInterface());
1039 DCHECK(!IsInterface());