Searched refs:writeableBuffer (Results 1 – 1 of 1) sorted by relevance
43 const auto writeableBuffer = reinterpret_cast<uint8_t*>(mMutableBuffer) + *offset; in write() local46 if (attrSize > sizeof(val)) memset(writeableBuffer, 0, attrSize); in write()47 memcpy(writeableBuffer, &val, std::min(sizeof(val), attrSize)); in write()