Searched +defs:add +defs:to +defs:list (Results 1 – 1 of 1) sorted by relevance
2483 BetweenGenerator( T from, T to ) : m_from( from ), m_to( to ){} in BetweenGenerator()2504 void add( T value ) { in add() function in Catch::ValuesGenerator2560 void add( const IGenerator<T>* generator ) { in add() function in Catch::CompositeGenerator2593 CompositeGenerator<T> between( T from, T to ) { in between()5855 void add( std::string const& spelling ) { in add() function5938 inline Option<std::size_t> list( Config const& config ) { in list() function9182 …void TagAliasRegistry::add( std::string const& alias, std::string const& tag, SourceLineInfo const… in add() function in Catch::TagAliasRegistry9306 void add( Ptr<IStreamingReporter> const& reporter ) { in add() function in Catch::MultipleReporters