Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8867 class ResultValueBase : public ResultBase { class
8875 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8877 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8882 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8906 class ResultValueBase<void> : public ResultBase { class