Home
last modified time | relevance | path

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

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DBuffers.kt375 public fun moveWrittenDataToEnd(capacity: Int): Int in findFirst() method
609 override fun moveWrittenDataToEnd(capacity: Int): Int = requestCapacity(capacity, true) in data() method