Home
last modified time | relevance | path

Searched defs:ResultValueBase (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/external/
Dclara.hpp533 class ResultValueBase : public ResultBase { class
541 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase
543 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
548 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
572 class ResultValueBase<void> : public ResultBase { class
/external/catch2/third_party/
Dclara.hpp533 class ResultValueBase : public ResultBase { class
541 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in clara::detail::ResultValueBase
543 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in clara::detail::ResultValueBase
548 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in clara::detail::ResultValueBase
572 class ResultValueBase<void> : public ResultBase { class
/external/catch2/single_include/catch2/
Dcatch.hpp7037 class ResultValueBase : public ResultBase { class
7045 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase
7047 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
7052 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
7076 class ResultValueBase<void> : public ResultBase { class