Home
last modified time | relevance | path

Searched defs:BoundValueRef (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/lyra/Lyra-1.6/include/lyra/detail/
H A Dbound.hpp49 struct BoundValueRef : BoundValueRefBase struct
51 T & m_ref;
53 explicit BoundValueRef(T & ref) in BoundValueRef() function
57 auto setValue(std::string const & arg) -> parser_result override in setValue()
62 virtual size_t get_value_count() const override { return 1; } in get_value_count()
63 virtual std::string get_value(size_t i) const override in get_value()
76 struct BoundValueRef<std::vector<T>> : BoundValueRefBase struct
78 std::vector<T> & m_ref;
80 explicit BoundValueRef(std::vector<T> & ref) in BoundValueRef() argument
84 auto isContainer() const -> bool override { return true; } in isContainer()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/external/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/math/e-antic/Catch2-ff349a5/include/external/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/math/e-antic/Catch2-ff349a5/third_party/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/www/restbed/restbed-4.8/dependency/catch/include/external/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/third_party/
H A Dclara.hpp700 struct BoundValueRef : BoundValueRefBase { struct
701 T &m_ref;
703 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
705 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
711 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
712 std::vector<T> &m_ref;
714 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
716 auto isContainer() const -> bool override { return true; } in isContainer()
718 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/external/
H A Dclara.hpp700 struct BoundValueRef : BoundValueRefBase { struct
701 T &m_ref;
703 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
705 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
711 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
712 std::vector<T> &m_ref;
714 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
716 auto isContainer() const -> bool override { return true; } in isContainer()
718 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/third_party/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/external/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/emulators/citra/citra-ac98458e0/externals/catch/third_party/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/external/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/third_party/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dclara.hpp700 struct BoundValueRef : BoundValueRefBase { struct
701 T &m_ref;
703 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
705 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
711 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
712 std::vector<T> &m_ref;
714 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
716 auto isContainer() const -> bool override { return true; } in isContainer()
718 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/x11/waybar/Waybar-0.9.12/include/util/
H A Dclara.hpp709 struct BoundValueRef : BoundValueRefBase { struct
710 T &m_ref;
712 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
714 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
720 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
721 std::vector<T> &m_ref;
723 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
725 auto isContainer() const -> bool override { return true; } in isContainer()
727 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/devel/catch/Catch2-2.13.7/include/external/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/devel/catch/Catch2-2.13.7/third_party/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/www/restbed/restbed-4.8/dependency/catch/third_party/
H A Dclara.hpp712 struct BoundValueRef : BoundValueRefBase { struct
713 T &m_ref;
715 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
717 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
723 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
724 std::vector<T> &m_ref;
726 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
728 auto isContainer() const -> bool override { return true; } in isContainer()
730 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/include-external/
H A Dclara.hpp684 struct BoundValueRef : BoundValueRefBase { struct
685 T &m_ref;
687 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
689 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
695 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
696 std::vector<T> &m_ref;
698 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
700 auto isContainer() const -> bool override { return true; } in isContainer()
702 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/devel/lyra/Lyra-1.6/data/single_include/lyra/
H A Dlyra.hpp731 struct BoundValueRef : BoundValueRefBase struct
733 T & m_ref;
735 explicit BoundValueRef(T & ref) in BoundValueRef() argument
739 auto setValue(std::string const & arg) -> parser_result override in setValue()
744 virtual size_t get_value_count() const override { return 1; } in get_value_count()
745 virtual std::string get_value(size_t i) const override in get_value()
758 struct BoundValueRef<std::vector<T>> : BoundValueRefBase struct
760 std::vector<T> & m_ref;
762 explicit BoundValueRef(std::vector<T> & ref) in BoundValueRef() argument
766 auto isContainer() const -> bool override { return true; } in isContainer()
[all …]
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/catch/catch2/
H A Dcatch.hpp6003 struct BoundValueRef : BoundValueRefBase { struct
6004 T &m_ref;
6006 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
6008 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
6014 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
6015 std::vector<T> &m_ref;
6017 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
6019 auto isContainer() const -> bool override { return true; } in isContainer()
6021 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/test/third-party/
H A Dcatch.hpp6003 struct BoundValueRef : BoundValueRefBase { struct
6004 T &m_ref;
6006 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
6008 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
6014 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
6015 std::vector<T> &m_ref;
6017 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
6019 auto isContainer() const -> bool override { return true; } in isContainer()
6021 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/science/py-segyio/segyio-1.9.8/external/catch2/catch/
H A Dcatch.hpp5949 struct BoundValueRef : BoundValueRefBase { struct
5950 T &m_ref;
5952 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
5954 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
5960 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
5961 std::vector<T> &m_ref;
5963 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
5965 auto isContainer() const -> bool override { return true; } in isContainer()
5967 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dcatch.hpp5819 struct BoundValueRef : BoundValueRefBase { struct
5820 T &m_ref;
5822 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
5824 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
5830 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
5831 std::vector<T> &m_ref;
5833 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
5835 auto isContainer() const -> bool override { return true; } in isContainer()
5837 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/single_include/
H A Dcatch.hpp5819 struct BoundValueRef : BoundValueRefBase { struct
5820 T &m_ref;
5822 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
5824 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
5830 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
5831 std::vector<T> &m_ref;
5833 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() argument
5835 auto isContainer() const -> bool override { return true; } in isContainer()
5837 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/dports/science/segyio/segyio-1.9.8/external/catch2/catch/
H A Dcatch.hpp5949 struct BoundValueRef : BoundValueRefBase { struct
5950 T &m_ref;
5952 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
5954 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
5960 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
5961 std::vector<T> &m_ref;
5963 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
5965 auto isContainer() const -> bool override { return true; } in isContainer()
5967 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()

1234