HomeSort by relevance Sort by last modified time
    Searched refs:basic_string (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 18 # define basic_string __msl_basic_string macro
39 # undef basic_string macro
_string_operators.h 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
30 const basic_string<_CharT,_Traits,_Alloc>& __y) {
31 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
47 const basic_string<_CharT,_Traits,_Alloc>& __y) {
49 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
63 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
65 const basic_string<_CharT,_Traits,_Alloc>& __y) {
66 typedef basic_string<_CharT,_Traits,_Alloc> _Str
    [all...]
_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
_string.c 40 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
42 # define basic_string _STLP_NON_DBG_NAME(str) macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type
149 #if !defined (basic_string)
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template
97 struct __basic_iostring : public basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100 * must always be presized to the allocator static buffer size because the basic_string implementation
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 31 template<typename, typename, typename> struct basic_string { }; struct in namespace:std
35 void f(std::basic_string<char, char, int>) { }
40 typedef std::basic_string<char, std::char_traits<char>, std::allocator<char> > string;
94 template<typename, typename, typename> struct basic_string { }; struct
95 typedef basic_string<char, std::char_traits<char>, std::allocator<char> > not_string;
  /external/stlport/stlport/stl/
_string_operators.h 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
30 const basic_string<_CharT,_Traits,_Alloc>& __y) {
31 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
47 const basic_string<_CharT,_Traits,_Alloc>& __y) {
49 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
63 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
65 const basic_string<_CharT,_Traits,_Alloc>& __y) {
66 typedef basic_string<_CharT,_Traits,_Alloc> _Str
    [all...]
_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
_string.c 40 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
42 # define basic_string _STLP_NON_DBG_NAME(str) macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type
149 #if !defined (basic_string)
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template
97 struct __basic_iostring : public basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100 * must always be presized to the allocator static buffer size because the basic_string implementation
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
30 const basic_string<_CharT,_Traits,_Alloc>& __y) {
31 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
47 const basic_string<_CharT,_Traits,_Alloc>& __y) {
49 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
63 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
65 const basic_string<_CharT,_Traits,_Alloc>& __y) {
66 typedef basic_string<_CharT,_Traits,_Alloc> _Str
    [all...]
_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
_string.c 40 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
42 # define basic_string _STLP_NON_DBG_NAME(str) macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type
149 #if !defined (basic_string)
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template
97 struct __basic_iostring : public basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100 * must always be presized to the allocator static buffer size because the basic_string implementation
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
30 const basic_string<_CharT,_Traits,_Alloc>& __y) {
31 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
47 const basic_string<_CharT,_Traits,_Alloc>& __y) {
49 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
63 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
65 const basic_string<_CharT,_Traits,_Alloc>& __y) {
66 typedef basic_string<_CharT,_Traits,_Alloc> _Str
    [all...]
_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
_string.c 40 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
42 # define basic_string _STLP_NON_DBG_NAME(str) macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type
149 #if !defined (basic_string)
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template
97 struct __basic_iostring : public basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100 * must always be presized to the allocator static buffer size because the basic_string implementation
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /external/clang/test/Misc/
diag-aka-types.cpp 42 void f(vector<string> v); // expected-note {{candidate function not viable: no known conversion from 'vector<string>' (aka 'std::vector<std::basic_string>') to 'vector<string>' (aka 'std::vector<versa_string>') for 1st argument}}
45 class basic_string;
46 typedef basic_string string;
  /external/clang/test/FixIt/
typo.cpp 8 template<typename T> class basic_string { // expected-note 2{{'basic_string' declared here}} class in namespace:std
14 typedef basic_string<char> string; // expected-note 2{{'string' declared here}}
43 basc_string<char> b1; // expected-error{{no template named 'basc_string'; did you mean 'basic_string'?}}
44 std::basic_sting<char> b2; // expected-error{{no template named 'basic_sting' in namespace 'std'; did you mean 'basic_string'?}}
47 return s.fnd("hello") // expected-error{{no member named 'fnd' in 'std::basic_string<char>'; did you mean 'find'?}}
48 == std::string::pos; // expected-error{{no member named 'pos' in 'std::basic_string<char>'; did you mean 'npos'?}}
79 typedef std::basic_string<char> yarn; // expected-note{{'nonstd::yarn' declared here}}
  /external/clang/test/SemaCXX/
crashes.cpp 8 class basic_string;
10 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
11 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_max_size // expected-error{{no member named '_Rep' in 'basic_string<_CharT, _Traits, _Alloc>'}}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
63 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
63 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
63 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
63 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const

Completed in 652 milliseconds

12 3 4 5 6