HomeSort by relevance Sort by last modified time
    Searched refs:basic_string (Results 101 - 125 of 606) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/stlport/stlport/stl/
_string_hash.h 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.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());}
ios_base.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());}
ostream.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.formatted/ostream.inserters.arithmetic/
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());}
float.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());}
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());}
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());}
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/stlport/stlport/stl/
_string_hash.h 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const

Completed in 615 milliseconds

1 2 3 45 6 7 8 91011>>