Searched refs:TheError (Results 1 – 1 of 1) sorted by relevance
89 : TheState(State::FAILURE), TheError(std::move(AnError)) { in Expected()104 new (&TheError) Status(That.TheError); in Expected()119 new (&TheError) Status(std::move(That.TheError));134 new (&TheError) Status(std::move(That.TheError)); in Expected()150 new (&TheError) Status(That.TheError); in Expected()164 new (&TheError) Status(std::move(That.TheError)); in Expected()178 TheError.~Status(); in ~Expected()194 return TheError; in getError()229 Status TheError; member