Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/flexbuffers/
Dbuilder.ts96 private writeBlob(arrayBuffer: ArrayBuffer) { method in Builder
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java389 private Value writeBlob(int key, byte[] blob, int type, boolean trailing) { in writeBlob() method in FlexBuffersBuilder
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersBuilder.kt538 …private inline fun writeBlob(key: Int, blob: ByteArray, type: FlexBufferType, trailing: Boolean): … in writeBlob() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4372 void BitcodeWriter::writeBlob(unsigned Block, unsigned Record, StringRef Blob) { in writeBlob() function in BitcodeWriter