Searched defs:str (Results 126 - 150 of 2393) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dpeek.pass.cpp28 testbuf(const string_type& str) argument
29 : str_(str)
H A Dputback.pass.cpp28 testbuf(const string_type& str) argument
29 : str_(str)
H A Dunget.pass.cpp28 testbuf(const string_type& str) argument
29 : str_(str)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dios_base.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
H A Dstreambuf.pass.cpp30 testbuf(const std::basic_string<CharT>& str) argument
31 : str_(str)
38 std::basic_string<CharT> str() const function in class:testbuf
65 assert(sb.str() == "");
67 assert(sb.str() == "testing...");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dbool.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "1");
81 assert(sb.str() == "true");
89 assert(sb.str() == "false");
H A Ddouble.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
H A Dfloat.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
H A Dint.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffff6");
H A Dlong.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffff6");
H A Dlong_double.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
H A Dlong_long.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffffffffffff6");
H A Dshort.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fff6");
H A Dunsigned_int.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "10");
81 assert(sb.str() == "fff6");
H A Dunsigned_long.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "10");
81 assert(sb.str() == "fffffff6");
H A Dunsigned_long_long.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "10");
81 assert(sb.str() == "fffffffffffffff6");
H A Dunsigned_short.pass.cpp31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "10");
81 assert(sb.str() == "fff6");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A DCharT.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == L"a");
75 assert(sb.str() == L" a");
85 assert(sb.str() == L"a ");
H A DCharT_pointer.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == L"123");
75 assert(sb.str() == L" 123");
85 assert(sb.str() == L"123 ");
H A Dchar.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == "a");
75 assert(sb.str() == " a");
85 assert(sb.str() == "a ");
H A Dchar_pointer.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == "123");
75 assert(sb.str() == " 123");
85 assert(sb.str() == "123 ");
H A Dchar_to_wide.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == L"a");
75 assert(sb.str() == L" a");
85 assert(sb.str() == L"a ");
H A Dchar_to_wide_pointer.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == L"123");
75 assert(sb.str() == L" 123");
85 assert(sb.str() == L"123 ");
H A Dsigned_char.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == "a");
75 assert(sb.str() == " a");
85 assert(sb.str() == "a ");
H A Dsigned_char_pointer.pass.cpp32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == "123");
75 assert(sb.str() == " 123");
85 assert(sb.str() == "123 ");

Completed in 1593 milliseconds

1234567891011>>