Home
last modified time | relevance | path

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

/external/catch2/include/external/
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()
/external/catch2/third_party/
Dclara.hpp709 struct BoundValueRef : BoundValueRefBase { struct
710 T &m_ref;
712 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
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()
/external/catch2/single_include/catch2/
Dcatch.hpp7213 struct BoundValueRef : BoundValueRefBase { struct
7214 T &m_ref;
7216 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
7218 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
7224 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
7225 std::vector<T> &m_ref;
7227 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
7229 auto isContainer() const -> bool override { return true; } in isContainer()
7231 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()