Home
last modified time | relevance | path

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

/external/catch2/third_party/
Dclara.hpp536 class ResultValueBase : public ResultBase { class
544 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in clara::detail::ResultValueBase
546 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in clara::detail::ResultValueBase
551 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in clara::detail::ResultValueBase
575 class ResultValueBase<void> : public ResultBase { class
/external/catch2/include/external/
Dclara.hpp536 class ResultValueBase : public ResultBase { class
544 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase
546 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
551 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
575 class ResultValueBase<void> : public ResultBase { class
/external/libabigail/tests/lib/
Dcatch.hpp8965 class ResultValueBase : public ResultBase { class
8973 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8975 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8980 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
9004 class ResultValueBase<void> : public ResultBase { class
/external/catch2/single_include/catch2/
Dcatch.hpp8910 class ResultValueBase : public ResultBase { class
8918 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8920 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8925 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase
8949 class ResultValueBase<void> : public ResultBase { class