Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js315 this.bb.writeInt8(--this.space, 0);
322 flatbuffers.Builder.prototype.writeInt8 = function(value) { method in flatbuffers.Builder
323 this.bb.writeInt8(this.space -= 1, value);
368 this.writeInt8(value);
698 this.writeInt8(file_identifier.charCodeAt(i));
992 flatbuffers.ByteBuffer.prototype.writeInt8 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/flatbuffers/tests/
Dmonster_test_generated.ts247 this.bb!.writeInt8(this.bb_pos + offset, value);
260 builder.writeInt8(b);
512 builder.writeInt8(test3_b);
515 builder.writeInt8(test2);
1140 this.bb!.writeInt8(this.bb_pos + offset, +value);
1788 this.bb!.writeInt8(this.bb_pos + offset, value);
2659 this.bb!.writeInt8(this.bb_pos + offset, value);
Dmonster_test_generated.js353 this.bb.writeInt8(this.bb_pos + offset, value);
366 builder.writeInt8(b);
634 builder.writeInt8(test3_b);
637 builder.writeInt8(test2);
1290 this.bb.writeInt8(this.bb_pos + offset, value);
1936 this.bb.writeInt8(this.bb_pos + offset, value);
2865 this.bb.writeInt8(this.bb_pos + offset, value);
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js94 this.bb.writeInt8(this.bb_pos + offset, value);
Dnamespace_test2_generated.ts70 this.bb!.writeInt8(this.bb_pos + offset, value);
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js268 jspb.BinaryEncoder.prototype.writeInt8,
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js268 jspb.BinaryEncoder.prototype.writeInt8,
/external/protobuf/js/binary/
Ddecoder_test.js309 jspb.BinaryEncoder.prototype.writeInt8,
Dencoder.js301 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.py267 writer.writeInt8(value)
1615 writer.writeInt8(value[i])
1617 writer.writeInt8(0)
DotBase.py435 def writeInt8(self, value): member in OTTableWriter