Home
last modified time | relevance | path

Searched refs:TocRef (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/knit/src/
DKnit.kt62 val tocRefMap = HashMap<File, List<TocRef>>()
97 val tocRefs = ArrayList<TocRef>().also { tocRefMap[markdownFile] = it } in knit()
223 tocRefs += TocRef(levelPrefix, name, sectionRef) in knit()
298 data class TocRef(val levelPrefix: String, val name: String, val ref: String) class