Home
last modified time | relevance | path

Searched refs: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
8886 auto operator=( ResultValueBase const &other ) -> ResultValueBase & { in operator =()
8895 ~ResultValueBase() override { in ~ResultValueBase()
8906 class ResultValueBase<void> : public ResultBase { class
8912 class BasicResult : public ResultValueBase<T> {
8916 : ResultValueBase<T>( other.type() ), in BasicResult()
8946 : ResultValueBase<T>(type), in BasicResult()
[all …]