Home | History | Annotate | Download | only in tests

Lines Matching refs:Uint8Array

472  * @returns {string|Uint8Array}
667 * @returns {string|Uint8Array}
692 * @returns {Uint8Array}
696 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;
775 * @returns {string|Uint8Array}
838 * @returns {Uint8Array}
842 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;
1158 * @returns {string|Uint8Array}