Lines Matching refs:readInt32
708 var vtable_start = table_start - this.bb.readInt32(table_start);
921 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { method in flatbuffers.ByteBuffer
930 return this.readInt32(offset) >>> 0;
938 return new flatbuffers.Long(this.readInt32(offset), this.readInt32(offset + 4));
954 flatbuffers.int32[0] = this.readInt32(offset);
963 flatbuffers.int32[flatbuffers.isLittleEndian ? 0 : 1] = this.readInt32(offset);
964 flatbuffers.int32[flatbuffers.isLittleEndian ? 1 : 0] = this.readInt32(offset + 4);
1090 var vtable = bb_pos - this.readInt32(bb_pos);
1102 t.bb_pos = offset + this.readInt32(offset);
1121 offset += this.readInt32(offset);
1123 var length = this.readInt32(offset);
1184 return offset + this.readInt32(offset);
1194 return offset + this.readInt32(offset) + flatbuffers.SIZEOF_INT; // data starts after the length
1204 return this.readInt32(offset + this.readInt32(offset));