Searched defs:getInt16 (Results 1 – 5 of 5) sorted by relevance
47 …int16_t getInt16(unsigned byteOffset, ExceptionState& ec) { return getInt16(byteOffset, false, ec)… in getInt16() function
173 int16_t DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getInt16() function in blink::DataView
81 Buffer.prototype.getInt16 = function(offset) { method in Buffer
286 public short getInt16(int offset) { in getInt16() method in ImageHeaderParser.RandomAccessReader
271 ConstantInt *getInt16(uint16_t C) { in getInt16() function