Lines Matching +defs:one +defs:target
3713 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { in UnorderedEquals()
4074 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator()
4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take()
8986 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
8995 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
8999 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
9012 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()
11414 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
11486 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher()
11507 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff) { in WithinULP()
11511 Floating::WithinUlpsMatcher WithinULP(float target, uint64_t maxUlpDiff) { in WithinULP()
11515 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
11519 Floating::WithinRelMatcher WithinRel(double target, double eps) { in WithinRel()
11523 Floating::WithinRelMatcher WithinRel(double target) { in WithinRel()
11527 Floating::WithinRelMatcher WithinRel(float target, float eps) { in WithinRel()
11531 Floating::WithinRelMatcher WithinRel(float target) { in WithinRel()
14729 int one = 1; in which() local