Home
last modified time | relevance | path

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

12345

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/external/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/external/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/math/e-antic/Catch2-ff349a5/third_party/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/include/external/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/third_party/
H A Dclara.hpp821 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
828 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
832 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
838 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
914 class Arg : public ParserRefImpl<Arg> {
916 using ParserRefImpl::ParserRefImpl;
948 class Opt : public ParserRefImpl<Opt> {
956 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
959 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
962 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/external/
H A Dclara.hpp821 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
828 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
832 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
838 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
914 class Arg : public ParserRefImpl<Arg> {
916 using ParserRefImpl::ParserRefImpl;
948 class Opt : public ParserRefImpl<Opt> {
956 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
959 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
962 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/third_party/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/external/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/third_party/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/external/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/third_party/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dclara.hpp821 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
828 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
832 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
838 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
914 class Arg : public ParserRefImpl<Arg> {
916 using ParserRefImpl::ParserRefImpl;
948 class Opt : public ParserRefImpl<Opt> {
956 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
959 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
962 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/x11/waybar/Waybar-0.9.12/include/util/
H A 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
923 class Arg : public ParserRefImpl<Arg> {
925 using ParserRefImpl::ParserRefImpl;
957 class Opt : public ParserRefImpl<Opt> {
965 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
968 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
971 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/devel/catch/Catch2-2.13.7/include/external/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/devel/catch/Catch2-2.13.7/third_party/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/third_party/
H A Dclara.hpp833 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
840 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
844 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
850 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
926 class Arg : public ParserRefImpl<Arg> {
928 using ParserRefImpl::ParserRefImpl;
960 class Opt : public ParserRefImpl<Opt> {
968 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
971 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
974 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/include-external/
H A Dclara.hpp805 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
812 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in clara::detail::ParserRefImpl
816 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
822 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in clara::detail::ParserRefImpl
898 class Arg : public ParserRefImpl<Arg> {
900 using ParserRefImpl::ParserRefImpl;
932 class Opt : public ParserRefImpl<Opt> {
940 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
943 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
946 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A Dcatch.hpp5152 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5159 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5163 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5169 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5245 class Arg : public ParserRefImpl<Arg> {
5247 using ParserRefImpl::ParserRefImpl;
5276 class Opt : public ParserRefImpl<Opt> {
5284 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5287 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5290 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/optional/tests/
H A Dcatch.hpp5152 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5159 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5163 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5169 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5245 class Arg : public ParserRefImpl<Arg> {
5247 using ParserRefImpl::ParserRefImpl;
5276 class Opt : public ParserRefImpl<Opt> {
5284 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5287 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5290 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/editors/textadept/scintilla/test/unit/
H A Dcatch.hpp5152 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5159 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5163 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5169 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5245 class Arg : public ParserRefImpl<Arg> {
5247 using ParserRefImpl::ParserRefImpl;
5276 class Opt : public ParserRefImpl<Opt> {
5284 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5287 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5290 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/devel/tl-expected/expected-1.0.0/tests/
H A Dcatch.hpp5152 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5159 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5163 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5169 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5245 class Arg : public ParserRefImpl<Arg> {
5247 using ParserRefImpl::ParserRefImpl;
5276 class Opt : public ParserRefImpl<Opt> {
5284 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5287 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5290 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/tests/catch/
H A Dcatch.hpp5156 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5163 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5167 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5173 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5249 class Arg : public ParserRefImpl<Arg> {
5251 using ParserRefImpl::ParserRefImpl;
5280 class Opt : public ParserRefImpl<Opt> {
5288 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5291 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5294 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/devel/libopentracing/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/
H A Dcatch.hpp5152 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5159 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5163 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5169 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5245 class Arg : public ParserRefImpl<Arg> {
5247 using ParserRefImpl::ParserRefImpl;
5276 class Opt : public ParserRefImpl<Opt> {
5284 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5287 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5290 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/editors/scite/scintilla/test/unit/
H A Dcatch.hpp5152 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
5159 explicit ParserRefImpl( std::shared_ptr<BoundRefBase> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5163 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5169 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
5245 class Arg : public ParserRefImpl<Arg> {
5247 using ParserRefImpl::ParserRefImpl;
5276 class Opt : public ParserRefImpl<Opt> {
5284 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
5287 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
5290 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/ghc_filesystem/test/
H A Dcatch.hpp6490 class ParserRefImpl : public ComposableParserImpl<DerivedT> { class
6497 explicit ParserRefImpl( std::shared_ptr<BoundRef> const &ref ) : m_ref( ref ) {} in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
6501 ParserRefImpl( T &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
6507 ParserRefImpl( LambdaT const &ref, std::string const &hint ) in ParserRefImpl() function in Catch::clara::detail::ParserRefImpl
6583 class Arg : public ParserRefImpl<Arg> {
6585 using ParserRefImpl::ParserRefImpl;
6617 class Opt : public ParserRefImpl<Opt> {
6625 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {} in Opt()
6628 Opt( LambdaT const &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
6631 Opt( T &ref, std::string const &hint ) : ParserRefImpl( ref, hint ) {} in Opt()
[all …]

12345