Home
last modified time | relevance | path

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

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersBuilder.kt561 private fun writeFloatArray(value: FloatArray) { in writeFloatArray() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
569 private fun writeFloatArray(value: DoubleArray) { in writeFloatArray() method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js174 this.writeFloatArray = function (...args) { method