Searched refs:ResultValueBase (Results 1 – 1 of 1) sorted by relevance
8867 class ResultValueBase : public ResultBase { class8875 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase8877 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8882 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8886 auto operator=( ResultValueBase const &other ) -> ResultValueBase & { in operator =()8895 ~ResultValueBase() override { in ~ResultValueBase()8906 class ResultValueBase<void> : public ResultBase { class8912 class BasicResult : public ResultValueBase<T> {8916 : ResultValueBase<T>( other.type() ), in BasicResult()8946 : ResultValueBase<T>(type), in BasicResult()[all …]