Home
last modified time | relevance | path

Searched refs:writeInt8 (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/js/
Dflatbuffers.js296 this.bb.writeInt8(--this.space, 0);
303 flatbuffers.Builder.prototype.writeInt8 = function(value) { method in flatbuffers.Builder
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) { method in flatbuffers.ByteBuffer
/external/flatbuffers/tests/
Dmonster_test_generated.js163 this.bb.writeInt8(this.bb_pos + offset, value);
176 builder.writeInt8(b);
235 this.bb.writeInt8(this.bb_pos + offset, value);
395 this.bb.writeInt8(this.bb_pos + offset, value);
423 builder.writeInt8(test3_b);
426 builder.writeInt8(test2);
718 this.bb.writeInt8(this.bb_pos + offset, value);
873 this.bb.writeInt8(this.bb_pos + offset, value);
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js84 this.bb.writeInt8(this.bb_pos + offset, value);
/external/protobuf/js/binary/
Ddecoder_test.js286 jspb.BinaryEncoder.prototype.writeInt8,
Dencoder.js271 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder
/external/libmojo/mojo/public/js/
Dcodec.js228 Encoder.prototype.writeInt8 = function(val) { method in Encoder
568 encoder.writeInt8(val);