Searched refs:readInt16 (Results 1 – 7 of 7) sorted by relevance
623 var len = this.bb.readInt16(vt1);624 if (len == this.bb.readInt16(vt2)) {626 if (this.bb.readInt16(vt1 + j) != this.bb.readInt16(vt2 + j)) {691 var ok = this.bb.readInt16(vtable_start + field) != 0;882 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { method in flatbuffers.ByteBuffer1011 return vtable_offset < this.readInt16(vtable) ? this.readInt16(vtable + vtable_offset) : 0;
290 jspb.BinaryDecoder.prototype.readInt16,
811 jspb.BinaryDecoder.prototype.readInt16 = function() { method in jspb.BinaryDecoder
127 return this.bb.readInt16(this.bb_pos);624 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;647 return offset ? this.bb.readInt16(this.bb_pos + offset) : 100;
69 Decoder.prototype.readInt16 = function() { method in Decoder594 return decoder.readInt16();
163793 #define NCELL(pNode) readInt16(&(pNode)->zData[2])163910 static int readInt16(u8 *p){164174 pRtree->iDepth = readInt16(pNode->zData);167085 sqlite3_result_int(ctx, readInt16(zBlob));
163805 #define NCELL(pNode) readInt16(&(pNode)->zData[2])163922 static int readInt16(u8 *p){164186 pRtree->iDepth = readInt16(pNode->zData);167097 sqlite3_result_int(ctx, readInt16(zBlob));