Home
last modified time | relevance | path

Searched refs:ParserRefImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9163 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
9170 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
9174 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
9180 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
9256 class Arg : public ParserRefImpl<Arg> {
9258 using ParserRefImpl::ParserRefImpl;
9290 class Opt : public ParserRefImpl<Opt> {
9296 …explicit Opt( LambdaT const &ref ) : ParserRefImpl( std::make_shared<BoundFlagLambda<LambdaT>>( re… in Opt()
9298 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
9301 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]