Searched defs:writeInt8 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/js/binary/
H A Dencoder.js271 jspb.BinaryEncoder.prototype.writeInt8 = function(value) {
/external/flatbuffers/js/
H A Dflatbuffers.js296 this.bb.writeInt8(--this.space, 0);
303 flatbuffers.Builder.prototype.writeInt8 = function(value) {
304 this.bb.writeInt8(this.space -= 1, value);
349 this.writeInt8(value);
672 this.writeInt8(file_identifier.charCodeAt(i));
949 flatbuffers.ByteBuffer.prototype.writeInt8 = function(offset, value) {

Completed in 136 milliseconds