Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/
Dbyte-buffer.ts97 writeInt8(offset: number, value: number): void { method in ByteBuffer
Dbuilder.ts127 writeInt8(value: number): void { method in Builder
/third_party/node/benchmark/buffers/
Dbuffer-write.js50 writeInt8: INT8, property
/third_party/protobuf/js/binary/
Dencoder.js315 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js363 this.writeInt8 = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js175 writeInt8(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js867 function writeInt8(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1052 writeInt8(value: number, offset: number): number; method