Searched refs:PersistentMap (Results 1 – 1 of 1) sorted by relevance
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/ |
D | Incremental.kt | 52 abstract class PersistentMap<K : Comparable<K>, V>( in <lambda>() class 62 class FileToSymbolsMap(storageFile: File) : PersistentMap<File, Collection<LookupSymbol>>( 120 class FileToFilesMap(storageFile: File) : PersistentMap<File, Collection<File>>( 498 fun <K : Comparable<K>, V> update(m: PersistentMap<K, Collection<V>>, u: MultiMap<K, V>) { in toPath() 505 …fun <K : Comparable<K>, V> remove(m: PersistentMap<K, Collection<V>>, removedKeys: Collection<K>) { in toPath()
|