Searched refs:WriteInt32LE (Results 1 – 4 of 4) sorted by relevance
45 void WriteInt32LE(int32_t value, uint32_t offset);
725 static napi_value WriteInt32LE(napi_env env, napi_callback_info info) in WriteInt32LE() function731 buf->WriteInt32LE(value, offset); in WriteInt32LE()1143 DECLARE_NAPI_FUNCTION("writeInt32LE", WriteInt32LE), in BufferInit()
228 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE() function in OHOS::buffer::Buffer
313 buf->WriteInt32LE(0x12345678, 0);333 buf->WriteInt32LE(0x12345678, 1);351 buf->WriteInt32LE(0x12345678, 1);