Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js309 this.bb.writeInt8(--this.space, 0);
316 flatbuffers.Builder.prototype.writeInt8 = function(value) { method in flatbuffers.Builder
317 this.bb.writeInt8(this.space -= 1, value);
362 this.writeInt8(value);
690 this.writeInt8(file_identifier.charCodeAt(i));
972 flatbuffers.ByteBuffer.prototype.writeInt8 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/flatbuffers/tests/
Dmonster_test_generated.ts205 this.bb!.writeInt8(this.bb_pos + offset, value);
218 builder.writeInt8(b);
272 this.bb!.writeInt8(this.bb_pos + offset, value);
432 this.bb!.writeInt8(this.bb_pos + offset, value);
460 builder.writeInt8(test3_b);
463 builder.writeInt8(test2);
916 this.bb!.writeInt8(this.bb_pos + offset, value);
1073 this.bb!.writeInt8(this.bb_pos + offset, +value);
2572 this.bb!.writeInt8(this.bb_pos + offset, value);
Dmonster_test_generated.js252 this.bb.writeInt8(this.bb_pos + offset, value);
265 builder.writeInt8(b);
324 this.bb.writeInt8(this.bb_pos + offset, value);
495 this.bb.writeInt8(this.bb_pos + offset, value);
523 builder.writeInt8(test3_b);
526 builder.writeInt8(test2);
1009 this.bb.writeInt8(this.bb_pos + offset, value);
1164 this.bb.writeInt8(this.bb_pos + offset, value);
2718 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);
Dnamespace_test2_generated.ts60 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/libchrome/mojo/public/js/lib/
Dcodec.js234 Encoder.prototype.writeInt8 = function(val) { method in Encoder
725 encoder.writeInt8(val);
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py232 writer.writeInt8(value)
1547 writer.writeInt8(value[i])
1549 writer.writeInt8(0)
DotBase.py432 def writeInt8(self, value): member in OTTableWriter