Searched refs:afterVisitConstructor (Results 1 – 3 of 3) sorted by relevance
224 override fun afterVisitConstructor(constructor: ConstructorItem) { in <lambda>() method in com.android.tools.metalava.stub.StubWriter225 stubWriter?.afterVisitConstructor(constructor) in <lambda>()
74 open fun afterVisitConstructor(constructor: ConstructorItem) { in afterVisitConstructor() method in com.android.tools.metalava.model.visitors.ItemVisitor
203 visitor.afterVisitConstructor(this as ConstructorItem) in <lambda>()