reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
240 if (LastError) 241 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); 241 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); 243 LastError = errorCorruptRecord(); 335 while (!LastError && NumBadIndices > 0) { 346 if (!LastError && NumBadIndices == BadIndicesRemaining) { 352 if (LastError) 353 return std::move(*LastError);