Searched defs:ParserRefImpl (Results 1 – 3 of 3) sorted by relevance
830 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class837 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl841 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl847 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
830 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class837 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl841 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl847 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
7333 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class7340 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl7344 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl7350 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl