Searched defs:ResultValueBase (Results 1 – 3 of 3) sorted by relevance
533 class ResultValueBase : public ResultBase { class541 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase543 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase548 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase572 class ResultValueBase<void> : public ResultBase { class
533 class ResultValueBase : public ResultBase { class541 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in clara::detail::ResultValueBase543 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in clara::detail::ResultValueBase548 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in clara::detail::ResultValueBase572 class ResultValueBase<void> : public ResultBase { class
7037 class ResultValueBase : public ResultBase { class7045 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase7047 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase7052 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase7076 class ResultValueBase<void> : public ResultBase { class