Lines Matching +defs:initial +defs:value

515     T const& operator + ( T const& value, StreamEndStop ) {  in operator +()
1427 auto operator << ( T const& value ) -> ReusableStringStream& { in operator <<()
1550 static const bool value = decltype(test<std::ostream, const T&>(0))::value; member in Catch::Detail::IsStreamInsertable
1572 , std::string>::type convertUnstreamable( T const& value ) { in convertUnstreamable()
1952 [](const auto& value) { in convert()
1975 static const bool value = member
1983 static const bool value = false; member
2621 void captureValues( size_t index, T const& value ) { in captureValues()
2626 void captureValues( size_t index, T const& value, Ts const&... values ) { in captureValues()
3050 Approx operator()( T const& value ) { in operator ()()
3059 explicit Approx( T const& value ): Approx(static_cast<double>(value)) in Approx()
3910 SingleValueGenerator(T const& value) : m_value( value ) {} in SingleValueGenerator()
3911 SingleValueGenerator(T&& value) : m_value(std::move(value)) {} in SingleValueGenerator()
3956 GeneratorWrapper<T> value(T&& value) { in value() function
4843 id value = performOptionalSelector( cls, sel ); in getAnnotation() local
5747 T value; member
7784 Approx::Approx ( double value ) in Approx()
7839 std::string StringMaker<Catch::Detail::Approx>::convert(Catch::Detail::Approx const& value) { in convert()
8472 auto initial = m_pos == 0 && m_stringIndex == 0 ? m_column.m_initialIndent : std::string::npos; in indent() local
8869 auto value() const -> T const & { in value() function in Catch::clara::detail::ResultValueBase
8882 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase()
8923 static auto ok( U const &value ) -> BasicResult { return { ResultBase::Ok, value }; } in ok()
10508 for( auto value : values ) in makeEnumInfo() local
11778 void Capturer::captureValue( size_t index, std::string const& value ) { in captureValue()
14732 auto value = *reinterpret_cast<char*>(&one); in which() local
14756 std::string fpToString( T value, int precision ) { in fpToString()
14859 std::string StringMaker<std::byte>::convert(std::byte value) { in convert()
14864 std::string StringMaker<int>::convert(int value) { in convert()
14867 std::string StringMaker<long>::convert(long value) { in convert()
14870 std::string StringMaker<long long>::convert(long long value) { in convert()
14879 std::string StringMaker<unsigned int>::convert(unsigned int value) { in convert()
14882 std::string StringMaker<unsigned long>::convert(unsigned long value) { in convert()
14885 std::string StringMaker<unsigned long long>::convert(unsigned long long value) { in convert()
14898 std::string StringMaker<signed char>::convert(signed char value) { in convert()
14928 std::string StringMaker<float>::convert(float value) { in convert()
14934 std::string StringMaker<double>::convert(double value) { in convert()
15235 uint32_t value = headerValue(c); in encodeTo() local
15992 auto value() const -> double { in value() function in Catch::__anon6ccc17cb4811::Duration
16070 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
16397 std::string value = col.rows[row]; in printSummaryRow() local