Searched defs:ResultValueBase (Results 1 – 4 of 4) sorted by relevance
536 class ResultValueBase : public ResultBase { class544 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in clara::detail::ResultValueBase546 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in clara::detail::ResultValueBase551 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in clara::detail::ResultValueBase575 class ResultValueBase<void> : public ResultBase { class
536 class ResultValueBase : public ResultBase { class544 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase546 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase551 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase575 class ResultValueBase<void> : public ResultBase { class
8965 class ResultValueBase : public ResultBase { class8973 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase8975 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8980 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase9004 class ResultValueBase<void> : public ResultBase { class
8910 class ResultValueBase : public ResultBase { class8918 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase8920 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8925 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8949 class ResultValueBase<void> : public ResultBase { class