Home
last modified time | relevance | path

Searched refs:WriteLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp179 void Buffer::WriteLE(int32_t value, uint32_t bytes) in WriteLE() function in OHOS::buffer::Buffer
231 WriteLE(value, 4); in WriteInt32LE()
263 WriteLE(value, 4); in WriteUInt32LE()
H A Djs_buffer.h82 void WriteLE(int32_t value, uint32_t bytes);