Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersBuilder.kt29 private val stringKeyPool: HashMap<String, Int> = HashMap() constant in com.google.flatbuffers.kotlin.FlexBuffersBuilder
40 stringKeyPool.clear() in clear()
492 stringKeyPool.getOrPut(key) { in putKey()