Home
last modified time | relevance | path

Searched defs:combineWith (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/config/
DConfig.kt35 override fun combineWith(other: Config): Config = in combineWith() method in com.android.tools.metalava.config.Config
59 fun combineWith(other: T): T method
DApiFlagsConfig.kt28 override fun combineWith(other: ApiFlagsConfig) = ApiFlagsConfig(flags + other.flags) in combineWith() method in com.android.tools.metalava.config.ApiFlagsConfig
DApiSurfacesConfig.kt52 override fun combineWith(other: ApiSurfacesConfig) = in <lambda>() method in com.android.tools.metalava.config.ApiSurfacesConfig
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/provider/
DInputFormat.kt52 fun combineWith(other: InputFormat): InputFormat { in combineWith() method in com.android.tools.metalava.model.provider.InputFormat
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationInfo.kt231 fun combineWith(other: Showability): Showability { in show() method in com.android.tools.metalava.model.Showability