Searched refs:writeInt8 (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/js/ |
D | flatbuffers.js | 296 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/ |
D | monster_test_generated.js | 163 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/ |
D | namespace_test2_generated.js | 84 this.bb.writeInt8(this.bb_pos + offset, value);
|
/external/protobuf/js/binary/ |
D | decoder_test.js | 286 jspb.BinaryEncoder.prototype.writeInt8,
|
D | encoder.js | 271 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder
|
/external/libmojo/mojo/public/js/ |
D | codec.js | 228 Encoder.prototype.writeInt8 = function(val) { method in Encoder 568 encoder.writeInt8(val);
|