Searched defs:writeInt8 (Results 1 – 6 of 6) sorted by relevance
50 writeInt8: INT8, property
315 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder
363 this.writeInt8 = function (...args) { method in mockBuffer.BufferClass
175 writeInt8(value, offset) { method in SmartBuffer
867 function writeInt8(value, offset = 0) { function
1052 writeInt8(value: number, offset: number): number; method