Lines Matching refs:EC
21 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer))
22 return EC;
28 if (auto EC = Stream.readBytes(Offset, Size, Buffer))
29 return EC;
36 if (auto EC = readObject(P))
37 return EC;
44 if (auto EC = readObject(P))
45 return EC;
56 if (auto EC = readObject(C))
57 return EC;
66 if (auto EC = readBytes(Data, Length))
67 return EC;
77 if (auto EC = readBytes(Bytes, Length))
78 return EC;