Lines Matching full:uint8array
606 * @returns {string|Uint8Array|null}
801 * @returns {string|Uint8Array|null}
826 * @returns {Uint8Array}
830 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
909 * @returns {string|Uint8Array}
972 * @returns {Uint8Array}
976 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
1292 * @returns {string|Uint8Array}
1343 * @returns {Uint8Array}
1347 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;