Searched refs:readInt16 (Results 1 – 10 of 10) sorted by relevance
642 if (len == this.bb.readInt16(vt2)) {644 if (this.bb.readInt16(vt1 + j) != this.bb.readInt16(vt2 + j)) {709 var ok = this.bb.readInt16(vtable_start + field) != 0;904 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { method in flatbuffers.ByteBuffer1090 return vtable_offset < this.readInt16(vtable) ? this.readInt16(vtable + vtable_offset) : 0;
272 jspb.BinaryDecoder.prototype.readInt16,
313 jspb.BinaryDecoder.prototype.readInt16,
841 jspb.BinaryDecoder.prototype.readInt16 = function() { method in jspb.BinaryDecoder
69 Decoder.prototype.readInt16 = function() { method in Decoder751 return decoder.readInt16();
169 return this.bb!.readInt16(this.bb_pos);820 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 150;843 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 100;2604 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 0;
255 return this.bb.readInt16(this.bb_pos);954 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;977 return offset ? this.bb.readInt16(this.bb_pos + offset) : 100;2789 return offset ? this.bb.readInt16(this.bb_pos + offset) : 0;
181748 #define NCELL(pNode) readInt16(&(pNode)->zData[2])181857 static int readInt16(u8 *p){182142 pRtree->iDepth = readInt16(pNode->zData);185228 sqlite3_result_int(ctx, readInt16(zBlob));185498 iDepth = readInt16(aNode);185505 nCell = readInt16(&aNode[2]);
181720 #define NCELL(pNode) readInt16(&(pNode)->zData[2])181829 static int readInt16(u8 *p){182114 pRtree->iDepth = readInt16(pNode->zData);185200 sqlite3_result_int(ctx, readInt16(zBlob));185470 iDepth = readInt16(aNode);185477 nCell = readInt16(&aNode[2]);