Home
last modified time | relevance | path

Searched refs:writeInt16 (Results 1 – 17 of 17) sorted by relevance

/third_party/flatbuffers/tests/my-game/example/
Dtest.js16 this.bb.writeInt16(this.bb_pos + 0, value);
36 builder.writeInt16(a);
Dtest.ts21 this.bb!.writeInt16(this.bb_pos + 0, value);
46 builder.writeInt16(a);
Dstruct-of-structs.js37 builder.writeInt16(b_a);
Dstruct-of-structs.ts46 builder.writeInt16(b_a);
Dvec3.ts81 builder.writeInt16(test3_a);
Dvec3.js63 builder.writeInt16(test3_a);
Dtype-aliases.js53 this.bb.writeInt16(this.bb_pos + offset, value);
Dtype-aliases.ts69 this.bb!.writeInt16(this.bb_pos + offset, value);
Dmonster.js50 this.bb.writeInt16(this.bb_pos + offset, value);
62 this.bb.writeInt16(this.bb_pos + offset, value);
Dmonster.ts62 this.bb!.writeInt16(this.bb_pos + offset, value);
78 this.bb!.writeInt16(this.bb_pos + offset, value);
/third_party/flatbuffers/ts/
Dbuilder.ts131 writeInt16(value: number): void { method in Builder
132 this.bb.writeInt16(this.space -= 2, value);
166 this.writeInt16(value);
Dbyte-buffer.ts105 writeInt16(offset: number, value: number): void { method in ByteBuffer
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js273 jspb.BinaryEncoder.prototype.writeInt16,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js284 jspb.BinaryEncoder.prototype.writeInt16,
/third_party/protobuf/js/binary/
Dencoder.js327 jspb.BinaryEncoder.prototype.writeInt16 = function(value) { method in jspb.BinaryEncoder
Ddecoder_test.js434 jspb.BinaryEncoder.prototype.writeInt16,
/third_party/sqlite/src/
Dsqlite3.c195172 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);