Searched refs:readOnly (Results 1 – 1 of 1) sorted by relevance
44 bool readOnly; variable50 readOnly = false; in MessageBuf()56 readOnly = true; in MessageBuf()70 if (pos == size || readOnly) in writeU8()84 if (pos > (size - sizeof(uint16_t)) || readOnly) { in writeU16()101 if (pos > (size - sizeof(uint32_t)) || readOnly) { in writeU32()118 if (pos > (size - sizeof(uint64_t)) || readOnly) { in writeU64()134 if (pos > (size - bufSize) || readOnly) { in writeRaw()