Lines Matching defs:EC
108 if (auto EC = Buffer->readBytes(StreamBlockOffset, NumBytes, Result))
109 return std::move(EC);
124 if (auto EC = Reader.readObject(SB)) {
125 consumeError(std::move(EC));
130 if (auto EC = msf::validateSuperBlock(*SB))
131 return EC;
157 if (auto EC = FpmReader.readBytes(FpmBytes, FpmReader.bytesRemaining()))
158 return EC;
172 if (auto EC = Reader.readArray(ContainerLayout.DirectoryBlocks,
174 return EC;
194 if (auto EC = Reader.readInteger(NumStreams))
195 return EC;
197 if (auto EC = Reader.readArray(ContainerLayout.StreamSizes, NumStreams))
198 return EC;
214 if (auto EC = Reader.readArray(Blocks, NumExpectedStreamBlocks))
215 return EC;
267 if (auto EC = TempGlobals->reload())
268 return std::move(EC);
280 if (auto EC = TempInfo->reload())
281 return std::move(EC);
293 if (auto EC = TempDbi->reload(this))
294 return std::move(EC);
306 if (auto EC = TempTpi->reload())
307 return std::move(EC);
322 if (auto EC = TempIpi->reload())
323 return std::move(EC);
340 if (auto EC = TempPublics->reload())
341 return std::move(EC);
359 if (auto EC = TempSymbols->reload())
360 return std::move(EC);
374 if (auto EC = N->reload(Reader))
375 return std::move(EC);
394 if (auto EC = IJ->reload(*Strings))
395 return std::move(EC);