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();
164523 #define NCELL(pNode) readInt16(&(pNode)->zData[2])164641 static int readInt16(u8 *p){164905 pRtree->iDepth = readInt16(pNode->zData);167844 sqlite3_result_int(ctx, readInt16(zBlob));
164536 #define NCELL(pNode) readInt16(&(pNode)->zData[2])164654 static int readInt16(u8 *p){164918 pRtree->iDepth = readInt16(pNode->zData);167857 sqlite3_result_int(ctx, readInt16(zBlob));