Home
last modified time | relevance | path

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

/external/catch2/include/external/
Dclara.hpp830 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
837 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
841 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
847 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
/external/catch2/third_party/
Dclara.hpp830 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
837 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
841 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
847 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
/external/catch2/single_include/catch2/
Dcatch.hpp7333 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
7340 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
7344 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
7350 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl