Home
last modified time | relevance | path

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

/external/catch2/third_party/
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()
/external/catch2/include/external/
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()
/external/libabigail/tests/lib/
Dcatch.hpp9141 struct BoundValueRef : BoundValueRefBase { struct
9142 T &m_ref;
9144 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() function
9146 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
9152 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
9153 std::vector<T> &m_ref;
9155 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
9157 auto isContainer() const -> bool override { return true; } in isContainer()
9159 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
/external/catch2/single_include/catch2/
Dcatch.hpp9086 struct BoundValueRef : BoundValueRefBase { struct
9087 T &m_ref;
9089 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef() argument
9091 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
9097 struct BoundValueRef<std::vector<T>> : BoundValueRefBase { struct
9098 std::vector<T> &m_ref;
9100 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef() function
9102 auto isContainer() const -> bool override { return true; } in isContainer()
9104 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()