/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_sum_methods.h | 17 * All the necessary methods used for template expressions with basic_string 19 * file and it is a part of the basic_string definition. 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) function 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, function
|
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 17 * All the necessary methods used for template expressions with basic_string 19 * file and it is a part of the basic_string definition. 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) function 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, function
|
/external/llvm/test/Transforms/Inline/ |
2006-11-09-InlineCGUpdate-2.ll | 5 %"struct.__gnu_cxx::__normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" = type { i8* } 18 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" = type { %"struct.__gnu_cxx::__normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" } 19 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep" = type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 20 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type { i32, i32, i32 } 30 %"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" }
|
2006-11-09-InlineCGUpdate.ll | 10 %"struct.__gnu_cxx::__normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" = type { i8* } 11 %"struct.__gnu_cxx::__normal_iterator<const wchar_t*,std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >" = type { i32* } 31 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" = type { %"struct.__gnu_cxx::__normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" } 32 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep" = type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 33 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type { i32, i32, i32 } 34 %"struct.std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> >" = type { %"struct.__gnu_cxx::__normal_iterator<const wchar_t*,std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >" } 49 %"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" [all...] |
/external/oprofile/libregex/tests/ |
mangled-name.in | 11 basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > 17 vector<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >, allocator<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > > > 23 map<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >, image_name, less<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > >, allocator<image_name> > 167 set<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >, less<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > >, allocator<basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > > > 196 std::basic_string<char, std::char_traits<char>, std::allocator<char> > 199 std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
sstream | 31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str, 40 basic_string<char_type, traits_type, allocator_type> str() const; 41 void str(const basic_string<char_type, traits_type, allocator_type>& s); 76 explicit basic_istringstream(const basic_string<char_type, traits_type,allocator_type>& str, 86 basic_string<char_type, traits_type, allocator_type> str() const; 87 void str(const basic_string<char_type, traits_type, allocator_type>& s); 112 explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type>& str, 122 basic_string<char_type, traits_type, allocator_type> str() const; 123 void str(const basic_string<char_type, traits_type, allocator_type>& s); 148 explicit basic_stringstream(const basic_string<char_type, traits_type, allocator_type>& str [all...] |
regex | 96 typedef basic_string<char_type> string_type; 152 explicit basic_regex(const basic_string<charT, ST, SA>& p, 166 basic_regex& operator=(const basic_string<charT, ST, SA>& p); 174 basic_regex& assign(const basic_string<charT, string_traits, A>& s, 207 typedef basic_string<value_type> string_type; 253 operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs, 258 operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs, 263 operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs, 268 operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs, 272 bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs [all...] |
/external/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
_locale.h | 53 const basic_string<_CharT, _Traits, _Alloc>& __x, 54 const basic_string<_CharT, _Traits, _Alloc>& __y); 176 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 177 const basic_string<_CharT, _Traits, _Alloc>& __y) const 265 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 266 const basic_string<_CharT, _Traits, _Alloc>& __y) const
|
_sstream.h | 44 // basic_string. It relies on the fact that, in this implementation, 45 // basic_string's iterators are pointers. It also assumes (as allowed 65 typedef basic_string<_CharT, _Traits, _Alloc> _String; 127 typedef basic_string<_CharT, _Traits, _Alloc> _String; 170 typedef basic_string<_CharT, _Traits, _Alloc> _String; 214 typedef basic_string<_CharT, _Traits, _Alloc> _String;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
_locale.h | 53 const basic_string<_CharT, _Traits, _Alloc>& __x, 54 const basic_string<_CharT, _Traits, _Alloc>& __y); 176 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 177 const basic_string<_CharT, _Traits, _Alloc>& __y) const 265 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 266 const basic_string<_CharT, _Traits, _Alloc>& __y) const
|
_sstream.h | 44 // basic_string. It relies on the fact that, in this implementation, 45 // basic_string's iterators are pointers. It also assumes (as allowed 65 typedef basic_string<_CharT, _Traits, _Alloc> _String; 127 typedef basic_string<_CharT, _Traits, _Alloc> _String; 170 typedef basic_string<_CharT, _Traits, _Alloc> _String; 214 typedef basic_string<_CharT, _Traits, _Alloc> _String;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
_locale.h | 51 const basic_string<_CharT, _Traits, _Alloc>& __x, 52 const basic_string<_CharT, _Traits, _Alloc>& __y); 174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 175 const basic_string<_CharT, _Traits, _Alloc>& __y) const 263 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 264 const basic_string<_CharT, _Traits, _Alloc>& __y) const
|
_sstream.h | 44 // basic_string. It relies on the fact that, in this implementation, 45 // basic_string's iterators are pointers. It also assumes (as allowed 65 typedef basic_string<_CharT, _Traits, _Alloc> _String; 127 typedef basic_string<_CharT, _Traits, _Alloc> _String; 170 typedef basic_string<_CharT, _Traits, _Alloc> _String; 214 typedef basic_string<_CharT, _Traits, _Alloc> _String;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
_locale.h | 51 const basic_string<_CharT, _Traits, _Alloc>& __x, 52 const basic_string<_CharT, _Traits, _Alloc>& __y); 174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 175 const basic_string<_CharT, _Traits, _Alloc>& __y) const 263 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 264 const basic_string<_CharT, _Traits, _Alloc>& __y) const
|
_sstream.h | 44 // basic_string. It relies on the fact that, in this implementation, 45 // basic_string's iterators are pointers. It also assumes (as allowed 65 typedef basic_string<_CharT, _Traits, _Alloc> _String; 127 typedef basic_string<_CharT, _Traits, _Alloc> _String; 170 typedef basic_string<_CharT, _Traits, _Alloc> _String; 214 typedef basic_string<_CharT, _Traits, _Alloc> _String;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
_locale.h | 53 const basic_string<_CharT, _Traits, _Alloc>& __x, 54 const basic_string<_CharT, _Traits, _Alloc>& __y); 176 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 177 const basic_string<_CharT, _Traits, _Alloc>& __y) const 265 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 266 const basic_string<_CharT, _Traits, _Alloc>& __y) const
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
bitset | 860 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, 868 std::basic_string<_CharT, _Traits, _Alloc>::npos, 882 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, 895 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, 919 typename std::basic_string<_CharT>::size_type __n 920 = std::basic_string<_CharT>::npos, 927 if (__n == std::basic_string<_CharT>::npos) 1171 std::basic_string<_CharT, _Traits, _Alloc> 1174 std::basic_string<_CharT, _Traits, _Alloc> __result; 1182 std::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/ |
bitset | 860 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, 868 std::basic_string<_CharT, _Traits, _Alloc>::npos, 882 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, 895 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, 919 typename std::basic_string<_CharT>::size_type __n 920 = std::basic_string<_CharT>::npos, 927 if (__n == std::basic_string<_CharT>::npos) 1171 std::basic_string<_CharT, _Traits, _Alloc> 1174 std::basic_string<_CharT, _Traits, _Alloc> __result; 1182 std::basic_string<_CharT, _Traits, _Alloc [all...] |