Searched refs:getInt16 (Results 1 – 13 of 13) sorted by relevance
/third_party/flatbuffers/tests/ |
D | JavaScriptTest.js | 416 assert.ok(vtable_offset < view.getInt16(vtable, true)); 417 var field_offset = offset + view.getInt16(vtable + vtable_offset, true); 422 case 3: assert.strictEqual(view.getInt16(field_offset, true), short_val); break;
|
/third_party/flatbuffers/ts/flexbuffers/ |
D | reference-util.ts | 19 return dataView.getInt16(offset, true);
|
/third_party/quickjs/ |
D | test262bn.conf | 76 DataView.prototype.getInt16
|
D | test262.conf | 82 DataView.prototype.getInt16
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 214 LIT_MAGIC_STRING_GET_INT16_UL = "getInt16"
|
/third_party/node/deps/npm/node_modules/typedarray/ |
D | index.js | 585 DataView.prototype.getInt16 = makeGetter(exports.Int16Array); method in DataView
|
/third_party/flatbuffers/dart/lib/src/ |
D | reference.dart | 283 return _buffer.getInt16(offset, Endian.little);
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 1628 getInt16(byteOffset: number, littleEndian?: boolean): number; method
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 1648 getInt16(byteOffset: number, littleEndian?: boolean): number; method
|
/third_party/flatbuffers/dart/lib/ |
D | flat_buffers.dart | 59 _buffer.getInt16(offset, Endian.little);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 350 ConstantInt *getInt16(uint16_t C) { in getInt16() function
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 1291 getInt16(byteOffset: number, littleEndian?: boolean): number; method
|
/third_party/node/tools/ |
D | lint-md.mjs | 28073 DataView.prototype.getInt16 = makeGetter(exports.Int16Array); method in DataView
|