Home
last modified time | relevance | path

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

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersBuilder.kt609 private fun writeInt(value: Int, byteWidth: ByteWidth) { in writeInt() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
620 private fun writeInt(value: ULong, byteWidth: ByteWidth) { in writeInt() method
/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp58 void JsonWriteBuffer::writeInt(int32_t value) { in writeInt() function in JsonWriteBuffer
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h205 void writeInt(IntT param) in writeInt() function
/third_party/skia/m133/tools/debugger/
DJsonWriteBuffer.cpp72 void JsonWriteBuffer::writeInt(int32_t value) { in writeInt() function in JsonWriteBuffer
/third_party/skia/src/core/
DSkWriteBuffer.cpp58 void SkBinaryWriteBuffer::writeInt(int32_t value) { in writeInt() function in SkBinaryWriteBuffer
DSkWriter32.h97 void writeInt(int32_t value) { in writeInt() function
/third_party/skia/m133/src/core/
DSkWriter32.h105 void writeInt(int32_t value) { in writeInt() function
DSkWriteBuffer.cpp72 void SkBinaryWriteBuffer::writeInt(int32_t value) { in writeInt() function in SkBinaryWriteBuffer
/third_party/pulseaudio/sonic/
Dwave.c56 static void writeInt( in writeInt() function
/third_party/flatbuffers/ts/flexbuffers/
Dbuilder.ts84 private writeInt(value: number, byteWidth: number) { method in Builder
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffersBuilder.java426 private void writeInt(long value, int byteWidth) { in writeInt() method in FlexBuffersBuilder