Searched refs:overrides (Results 1 – 9 of 9) sorted by relevance
1 Test various forms of method overrides, including some not allowed by the
3 Tests handling of default method overrides.
5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
5 looking for overrides to a superclasses interfaces. This could cause
103 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())104 for overridden in overrides:
99 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())100 for overridden in overrides:
19 # Export no symbols - the only external entry points are libc overrides.
247 // overrides the default false for targets, so we need to disable
8038 bool overrides = klass->CanAccessMember(super_method->GetDeclaringClass(), in AssignVTableIndexes() local8040 if (overrides && super_method->IsFinal()) { in AssignVTableIndexes()8066 if (!overrides) { in AssignVTableIndexes()8067 overrides = true; in AssignVTableIndexes()8074 if (overrides) { in AssignVTableIndexes()