Home
last modified time | relevance | path

Searched defs:writeInt32LE (Results 1 – 5 of 5) sorted by relevance

/third_party/node/benchmark/buffers/
Dbuffer-write.js54 writeInt32LE: INT32, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js383 this.writeInt32LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js264 writeInt32LE(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js862 function writeInt32LE(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1303 writeInt32LE(value: number, offset: number): number; method