Home
last modified time | relevance | path

Searched defs:ContentRoot (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/test/kotlin/
DTestAPI.kt297 val ContentRoot.path: String constant
/external/dokka/core/src/main/kotlin/Analysis/
DCoreProjectFileIndex.kt559 fun ContentRoot.contains(file: VirtualFile) = when (this) { in contains() method