Lines Matching defs:EC

110     if (auto EC = Writer->writeBytes(Bytes))  in mapByteVectorTail()  local
113 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining())) in mapByteVectorTail() local
122 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail() local
140 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger() local
144 if (auto EC = Reader->readInteger(I)) in mapInteger() local
160 if (auto EC = writeEncodedUnsignedInteger(static_cast<uint64_t>(Value))) in mapEncodedInteger() local
163 if (auto EC = writeEncodedSignedInteger(Value)) in mapEncodedInteger() local
168 if (auto EC = consume(*Reader, N)) in mapEncodedInteger() local
181 if (auto EC = writeEncodedUnsignedInteger(Value)) in mapEncodedInteger() local
185 if (auto EC = consume(*Reader, N)) in mapEncodedInteger() local
219 if (auto EC = Writer->writeCString(S)) in mapStringZ() local
222 if (auto EC = Reader->readCString(Value)) in mapStringZ() local
244 if (auto EC = Writer->writeBytes(Guid.Guid)) in mapGuid() local
248 if (auto EC = Reader->readBytes(GuidBytes, GuidSize)) in mapGuid() local
261 if (auto EC = mapStringZ(V)) in mapStringZVectorZ() local
265 if (auto EC = mapInteger(FinalZero)) in mapStringZVectorZ() local
269 if (auto EC = mapStringZ(S)) in mapStringZVectorZ() local
273 if (auto EC = mapStringZ(S)) in mapStringZVectorZ() local
342 if (auto EC = Writer->writeInteger<int16_t>(Value)) in writeEncodedSignedInteger() local
346 if (auto EC = Writer->writeInteger<uint16_t>(LF_CHAR)) in writeEncodedSignedInteger() local
348 if (auto EC = Writer->writeInteger<int8_t>(Value)) in writeEncodedSignedInteger() local
352 if (auto EC = Writer->writeInteger<uint16_t>(LF_SHORT)) in writeEncodedSignedInteger() local
354 if (auto EC = Writer->writeInteger<int16_t>(Value)) in writeEncodedSignedInteger() local
358 if (auto EC = Writer->writeInteger<uint16_t>(LF_LONG)) in writeEncodedSignedInteger() local
360 if (auto EC = Writer->writeInteger<int32_t>(Value)) in writeEncodedSignedInteger() local
363 if (auto EC = Writer->writeInteger<uint16_t>(LF_QUADWORD)) in writeEncodedSignedInteger() local
365 if (auto EC = Writer->writeInteger(Value)) in writeEncodedSignedInteger() local
373 if (auto EC = Writer->writeInteger<uint16_t>(Value)) in writeEncodedUnsignedInteger() local
376 if (auto EC = Writer->writeInteger<uint16_t>(LF_USHORT)) in writeEncodedUnsignedInteger() local
378 if (auto EC = Writer->writeInteger<uint16_t>(Value)) in writeEncodedUnsignedInteger() local
381 if (auto EC = Writer->writeInteger<uint16_t>(LF_ULONG)) in writeEncodedUnsignedInteger() local
383 if (auto EC = Writer->writeInteger<uint32_t>(Value)) in writeEncodedUnsignedInteger() local
386 if (auto EC = Writer->writeInteger<uint16_t>(LF_UQUADWORD)) in writeEncodedUnsignedInteger() local
388 if (auto EC = Writer->writeInteger(Value)) in writeEncodedUnsignedInteger() local