Lines Matching +defs:target +defs:pointer +defs:width
3755 …dEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp> const& target) { in UnorderedEquals()
4121 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator()
4147 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take()
8543 auto width = m_column.m_width - indent(); in calcLength() local
8581 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Column::iterator
8635 auto width(size_t newWidth) -> Column& { in width() function in Catch::clara::TextFlow::Column
8649 auto width() const -> size_t { return m_width; } in width() function in Catch::clara::TextFlow::Column
8707 using pointer = value_type * ; typedef in Catch::clara::TextFlow::Columns::iterator
8730 auto width = m_columns[i].width(); in operator *() local
9084 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
9093 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
9097 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
9110 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()
11506 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
11522 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
11578 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher()
11599 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff) { in WithinULP()
11603 Floating::WithinUlpsMatcher WithinULP(float target, uint64_t maxUlpDiff) { in WithinULP()
11607 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
11611 Floating::WithinRelMatcher WithinRel(double target, double eps) { in WithinRel()
11615 Floating::WithinRelMatcher WithinRel(double target) { in WithinRel()
11619 Floating::WithinRelMatcher WithinRel(float target, float eps) { in WithinRel()
11623 Floating::WithinRelMatcher WithinRel(float target) { in WithinRel()
16227 int width; member