Searched defs:combineWith (Results 1 – 5 of 5) sorted by relevance
35 override fun combineWith(other: Config): Config = in combineWith() method in com.android.tools.metalava.config.Config59 fun combineWith(other: T): T method
28 override fun combineWith(other: ApiFlagsConfig) = ApiFlagsConfig(flags + other.flags) in combineWith() method in com.android.tools.metalava.config.ApiFlagsConfig
52 override fun combineWith(other: ApiSurfacesConfig) = in <lambda>() method in com.android.tools.metalava.config.ApiSurfacesConfig
52 fun combineWith(other: InputFormat): InputFormat { in combineWith() method in com.android.tools.metalava.model.provider.InputFormat
231 fun combineWith(other: Showability): Showability { in show() method in com.android.tools.metalava.model.Showability