Searched refs:readFloat32 (Results 1 – 2 of 2) sorted by relevance
293 return this.bb.readFloat32(this.bb_pos);315 return this.bb.readFloat32(this.bb_pos + 4);337 return this.bb.readFloat32(this.bb_pos + 8);1091 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 3.14159;1114 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 3.0;1137 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 0.0;
930 flatbuffers.ByteBuffer.prototype.readFloat32 = function(offset) { method in flatbuffers.ByteBuffer