Home
last modified time | relevance | path

Searched defs:writeDoubleBE (Results 1 – 3 of 3) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js343 this.writeDoubleBE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js640 writeDoubleBE(value, offset) { method in SmartBuffer
/third_party/typescript/src/compiler/
Dsys.ts1060 writeDoubleBE(value: number, offset: number): number; method