Searched refs:writeInt8 (Results 1 – 12 of 12) sorted by relevance
/external/flatbuffers/js/ |
D | flatbuffers.js | 315 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/ |
D | monster_test_generated.ts | 247 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);
|
D | monster_test_generated.js | 353 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/ |
D | namespace_test2_generated.js | 94 this.bb.writeInt8(this.bb_pos + offset, value);
|
D | namespace_test2_generated.ts | 70 this.bb!.writeInt8(this.bb_pos + offset, value);
|
/external/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | decoder_test.js | 268 jspb.BinaryEncoder.prototype.writeInt8,
|
/external/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | decoder_test.js | 268 jspb.BinaryEncoder.prototype.writeInt8,
|
/external/protobuf/js/binary/ |
D | decoder_test.js | 309 jspb.BinaryEncoder.prototype.writeInt8,
|
D | encoder.js | 301 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 234 Encoder.prototype.writeInt8 = function(val) { method in Encoder 725 encoder.writeInt8(val);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 267 writer.writeInt8(value) 1615 writer.writeInt8(value[i]) 1617 writer.writeInt8(0)
|
D | otBase.py | 435 def writeInt8(self, value): member in OTTableWriter
|