HomeSort by relevance Sort by last modified time
    Searched full:basic_string (Results 176 - 200 of 1241) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
long_double.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long_long.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
pointer.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
short.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_int.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_long.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_long_long.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_short.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 28 std::basic_string<CharT> str_;
34 std::basic_string<CharT> str() const
35 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
ends.pass.cpp 26 std::basic_string<CharT> str_;
32 std::basic_string<CharT> str() const
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
CharT_pointer.pass.cpp 29 std::basic_string<CharT> str_;
35 std::basic_string<CharT> str() const
36 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
write.pass.cpp 25 std::basic_string<CharT> str_;
31 std::basic_string<CharT> str() const
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_in.pass.cpp 28 const std::basic_string<F::extern_type> from("some text");
29 const std::basic_string<F::intern_type> expected(from.begin(), from.end());
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
alloc.pass.cpp 12 // explicit basic_string(const Allocator& a = Allocator());
70 test<std::basic_string<char, std::char_traits<char>, test_allocator<char> > >();
72 test2<std::basic_string<char, std::char_traits<char>, min_allocator<char> > >();
copy_assignment.pass.cpp 12 // basic_string<charT,traits,Allocator>&
13 // operator=(const basic_string<charT,traits,Allocator>& str);
52 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
move_assignment.pass.cpp 12 // basic_string<charT,traits,Allocator>&
13 // operator=(basic_string<charT,traits,Allocator>&& str);
60 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
get_line_delim_rv.pass.cpp 15 // basic_string<charT,traits,Allocator>& str, charT delim);
38 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
44 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S;
get_line_rv.pass.cpp 15 // basic_string<charT,traits,Allocator>& str);
38 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
44 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/
swap.pass.cpp 13 // void swap(basic_string<charT,traits,Allocator>& lhs,
14 // basic_string<charT,traits,Allocator>& rhs);
59 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op!=/
string_string.pass.cpp 13 // bool operator!=(const basic_string<charT,traits,Allocator>& lhs,
14 // const basic_string<charT,traits,Allocator>& rhs);
51 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/
string_string.pass.cpp 13 // bool operator==(const basic_string<charT,traits,Allocator>& lhs,
14 // const basic_string<charT,traits,Allocator>& rhs);
51 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt/
string_string.pass.cpp 13 // bool operator>(const basic_string<charT,traits,Allocator>& lhs,
14 // const basic_string<charT,traits,Allocator>& rhs);
51 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/
string_string.pass.cpp 13 // bool operator>=(const basic_string<charT,traits,Allocator>& lhs,
14 // const basic_string<charT,traits,Allocator>& rhs);
51 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt/
string_string.pass.cpp 13 // bool operator<(const basic_string<charT,traits,Allocator>& lhs,
14 // const basic_string<charT,traits,Allocator>& rhs);
51 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S;

Completed in 577 milliseconds

1 2 3 4 5 6 78 91011>>