Searched refs:writeInt16 (Results 1 – 17 of 17) sorted by relevance
/third_party/flatbuffers/tests/my-game/example/ |
D | test.js | 16 this.bb.writeInt16(this.bb_pos + 0, value); 36 builder.writeInt16(a);
|
D | test.ts | 21 this.bb!.writeInt16(this.bb_pos + 0, value); 46 builder.writeInt16(a);
|
D | struct-of-structs.js | 37 builder.writeInt16(b_a);
|
D | struct-of-structs.ts | 46 builder.writeInt16(b_a);
|
D | vec3.ts | 81 builder.writeInt16(test3_a);
|
D | vec3.js | 63 builder.writeInt16(test3_a);
|
D | type-aliases.js | 53 this.bb.writeInt16(this.bb_pos + offset, value);
|
D | type-aliases.ts | 69 this.bb!.writeInt16(this.bb_pos + offset, value);
|
D | monster.js | 50 this.bb.writeInt16(this.bb_pos + offset, value); 62 this.bb.writeInt16(this.bb_pos + offset, value);
|
D | monster.ts | 62 this.bb!.writeInt16(this.bb_pos + offset, value); 78 this.bb!.writeInt16(this.bb_pos + offset, value);
|
/third_party/flatbuffers/ts/ |
D | builder.ts | 131 writeInt16(value: number): void { method in Builder 132 this.bb.writeInt16(this.space -= 2, value); 166 this.writeInt16(value);
|
D | byte-buffer.ts | 105 writeInt16(offset: number, value: number): void { method in ByteBuffer
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | decoder_test.js | 273 jspb.BinaryEncoder.prototype.writeInt16,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | decoder_test.js | 284 jspb.BinaryEncoder.prototype.writeInt16,
|
/third_party/protobuf/js/binary/ |
D | encoder.js | 327 jspb.BinaryEncoder.prototype.writeInt16 = function(value) { method in jspb.BinaryEncoder
|
D | decoder_test.js | 434 jspb.BinaryEncoder.prototype.writeInt16,
|
/third_party/sqlite/src/ |
D | sqlite3.c | 195172 static void writeInt16(u8 *p, int i){ 195452 writeInt16(&pNode->zData[2], NCELL(pNode)-1); 195476 writeInt16(&pNode->zData[2], nCell+1); 197241 writeInt16(pNode->zData, pRtree->iDepth); 197733 writeInt16(pRoot->zData, pRtree->iDepth);
|