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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2010-05-11-alwaysinlineinstantiation.cpp 7 class basic_string class
10 basic_string();
11 ~basic_string();
16 basic_string<charT>::basic_string() function in class:basic_string
22 basic_string<charT>::~basic_string()
26 typedef basic_string<char> string;
28 extern template class basic_string<char>;
  /external/stlport/src/
string.cpp 41 # define basic_string _STLP_NON_DBG_NAME(str) macro
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >;
46 # undef basic_string macro
50 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
57 # if defined (basic_string)
59 # undef basic_string macro
70 # define basic_string _STLP_NON_DBG_NAME(str) macro
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > variable in typeref:class:_STLP_CLASS_DECLSPEC
75 # undef basic_string macro
79 # define basic_string macro
84 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
88 # undef basic_string macro
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
string.cpp 41 # define basic_string _STLP_NON_DBG_NAME(str) macro
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >;
46 # undef basic_string macro
50 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
57 # if defined (basic_string)
59 # undef basic_string macro
70 # define basic_string _STLP_NON_DBG_NAME(str) macro
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > variable in typeref:class:_STLP_CLASS_DECLSPEC
75 # undef basic_string macro
79 # define basic_string macro
84 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
88 # undef basic_string macro
    [all...]
  /external/clang/test/SemaCXX/
PR9461.cpp 5 template<typename,typename=int,typename=int>struct basic_string;
7 typedef basic_string<char> string;
12 struct basic_string struct
15 basic_string(const aT*,const oc&a=int());
25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT*,const _Alloc&) function in class:basic_string
PR9460.cpp 6 struct basic_string{ struct
8 basic_string(aT*);
13 basic_string<char> struct{ // expected-error {{cannot combine with previous 'type-name' declaration specifier}}
wchar_t.cpp 18 struct basic_string { struct
22 basic_string<_CharT> operator+ (const basic_string<_CharT>&, _CharT);
25 basic_string<wchar_t>() + L'-';
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
string 39 /// Class std::basic_string with safety/checking/debug instrumentation.
42 class basic_string
43 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
65 basic_string> const_iterator;
73 explicit basic_string(const _Allocator& __a = _Allocator())
78 basic_string(const _Base& __base) : _Base(__base), _Safe_base() {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
string 39 /// Class std::basic_string with safety/checking/debug instrumentation.
42 class basic_string
43 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
65 basic_string> const_iterator;
73 explicit basic_string(const _Allocator& __a = _Allocator())
78 basic_string(const _Base& __base) : _Base(__base), _Safe_base() {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
string 39 /// Class std::basic_string with safety/checking/debug instrumentation.
42 class basic_string
43 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
65 basic_string> const_iterator;
73 explicit basic_string(const _Allocator& __a = _Allocator())
78 basic_string(const _Base& __base) : _Base(__base), _Safe_base() {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
string 39 /// Class std::basic_string with safety/checking/debug instrumentation.
42 class basic_string
43 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
65 basic_string> const_iterator;
73 explicit basic_string(const _Allocator& __a = _Allocator())
78 basic_string(const _Base& __base) : _Base(__base) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
string 39 /// Class std::basic_string with safety/checking/debug instrumentation.
42 class basic_string
43 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
65 basic_string> const_iterator;
73 explicit basic_string(const _Allocator& __a = _Allocator())
78 basic_string(const _Base& __base) : _Base(__base), _Safe_base() {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
string 39 /// Class std::basic_string with safety/checking/debug instrumentation.
42 class basic_string
43 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
65 basic_string> const_iterator;
73 explicit basic_string(const _Allocator& __a = _Allocator())
78 basic_string(const _Base& __base) : _Base(__base) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
string 38 /// Class std::basic_string with safety/checking/debug instrumentation.
41 class basic_string
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
64 basic_string> const_iterator;
72 explicit basic_string(const _Allocator& __a = _Allocator())
77 basic_string(const _Base& __base) : _Base(__base) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
string 41 class basic_string
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
64 basic_string> const_iterator;
72 explicit basic_string(const _Allocator& __a = _Allocator())
77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { }
81 basic_string(const basic_string& __str
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
string 41 class basic_string
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
64 basic_string> const_iterator;
72 explicit basic_string(const _Allocator& __a = _Allocator())
77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { }
81 basic_string(const basic_string& __str
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
string 41 class basic_string
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
64 basic_string> const_iterator;
72 explicit basic_string(const _Allocator& __a = _Allocator())
77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { }
81 basic_string(const basic_string& __str
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
string 41 class basic_string
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
64 basic_string> const_iterator;
72 explicit basic_string(const _Allocator& __a = _Allocator())
77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { }
81 basic_string(const basic_string& __str
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
string 41 class basic_string
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
43 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits,
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
47 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
64 basic_string> const_iterator;
72 explicit basic_string(const _Allocator& __a = _Allocator())
77 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { }
81 basic_string(const basic_string& __str
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
string 75 class basic_string
95 basic_string()
97 explicit basic_string(const allocator_type& a);
98 basic_string(const basic_string& str);
99 basic_string(basic_string&& str)
101 basic_string(const basic_string& str, size_type pos, size_type n = npos,
103 basic_string(const value_type* s, const allocator_type& a = allocator_type())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.tcc 27 /** @file bits/basic_string.tcc
51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
62 basic_string<_CharT, _Traits, _Alloc>::npos;
67 typename basic_string<_CharT, _Traits, _Alloc>::size_type
68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
79 basic_string<_CharT, _Traits, _Alloc>::
125 basic_string<_CharT, _Traits, _Alloc>:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.tcc 27 /** @file bits/basic_string.tcc
51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
62 basic_string<_CharT, _Traits, _Alloc>::npos;
67 typename basic_string<_CharT, _Traits, _Alloc>::size_type
68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
79 basic_string<_CharT, _Traits, _Alloc>::
125 basic_string<_CharT, _Traits, _Alloc>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 27 /** @file bits/basic_string.tcc
51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
62 basic_string<_CharT, _Traits, _Alloc>::npos;
67 typename basic_string<_CharT, _Traits, _Alloc>::size_type
68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
79 basic_string<_CharT, _Traits, _Alloc>::
125 basic_string<_CharT, _Traits, _Alloc>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 27 /** @file bits/basic_string.tcc
51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
62 basic_string<_CharT, _Traits, _Alloc>::npos;
67 typename basic_string<_CharT, _Traits, _Alloc>::size_type
68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
79 basic_string<_CharT, _Traits, _Alloc>::
125 basic_string<_CharT, _Traits, _Alloc>:
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 27 /** @file bits/basic_string.tcc
51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
62 basic_string<_CharT, _Traits, _Alloc>::npos;
67 typename basic_string<_CharT, _Traits, _Alloc>::size_type
68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
79 basic_string<_CharT, _Traits, _Alloc>::
125 basic_string<_CharT, _Traits, _Alloc>:
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 27 /** @file bits/basic_string.tcc
51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
52 basic_string<_CharT, _Traits, _Alloc>::
57 basic_string<_CharT, _Traits, _Alloc>::
61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
62 basic_string<_CharT, _Traits, _Alloc>::npos;
67 typename basic_string<_CharT, _Traits, _Alloc>::size_type
68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
79 basic_string<_CharT, _Traits, _Alloc>::
125 basic_string<_CharT, _Traits, _Alloc>:
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>