Searched refs:ResultBase (Results 1 – 1 of 1) sorted by relevance
8851 class ResultBase { class8859 virtual ~ResultBase() = default;8867 class ResultValueBase : public ResultBase {8878 if( m_type == ResultBase::Ok ) in ResultValueBase()8887 if( m_type == ResultBase::Ok ) in operator =()8889 ResultBase::operator=(other); in operator =()8890 if( m_type == ResultBase::Ok ) in operator =()8908 using ResultBase::ResultBase;8919 assert( type() != ResultBase::Ok ); in BasicResult()8939 if( m_type != ResultBase::Ok ) in enforceOk()[all …]