Home
last modified time | relevance | path

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

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersBuilder.kt566 private fun writeIntArray(value: IntArray, byteWidth: ByteWidth) = in writeIntArray() method
569 private fun writeIntArray(value: ShortArray, byteWidth: ByteWidth) = in writeIntArray() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
572 private fun writeIntArray(value: LongArray, byteWidth: ByteWidth) = in writeIntArray() method
/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp63 void JsonWriteBuffer::writeIntArray(const int32_t* value, uint32_t count) { in writeIntArray() function in JsonWriteBuffer
/third_party/skia/src/core/
DSkWriteBuffer.cpp62 void SkBinaryWriteBuffer::writeIntArray(const int32_t* value, uint32_t count) { in writeIntArray() function in SkBinaryWriteBuffer