/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
regex | 455 typedef std::basic_string<char_type> string_type; 826 basic_regex(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 897 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 962 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 436 typedef std::basic_string<char_type> string_type; 807 basic_regex(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 878 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 943 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 436 typedef std::basic_string<char_type> string_type; 807 basic_regex(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 878 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 943 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 436 typedef std::basic_string<char_type> string_type; 807 basic_regex(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 878 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 943 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex.h | 57 typedef std::basic_string<char_type> string_type; 455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, 537 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 615 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, 749 * objects can be converted to and compared with std::basic_string objects 764 typedef std::basic_string<value_type> string_type; 943 operator==(const basic_string< 958 operator!=(const basic_string< [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex.h | 57 typedef std::basic_string<char_type> string_type; 455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, 537 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) 615 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, 749 * objects can be converted to and compared with std::basic_string objects 764 typedef std::basic_string<value_type> string_type; 943 operator==(const basic_string< 958 operator!=(const basic_string< [all...] |
/external/llvm/test/Transforms/GlobalOpt/ |
2006-07-07-InlineAsmCrash.ll | 12 %"struct.std::_Rb_tree_const_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >" = type { %"struct.std::_Rb_tree_node_base"* } 70 define void @_ZNSt3mapIPKc15FlagDescriptionIiE9StringCmpSaISt4pairIKS1_S3_EEE3endEv(%"struct.std::_Rb_tree_const_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >"* sret %agg.result) {
|
/external/stlport/etc/ |
ReleaseNote.txt | 92 * _STLP_NO_CUSTOM_IO now also hide basic_string implementation 114 * Implementation of the short string optimization trick, basic_string have
|
/external/stlport/stlport/stl/ |
_bitset.c | 180 basic_string<_CharT, _Traits> __tmp; 221 basic_string<_CharT, _Traits> __tmp;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 180 basic_string<_CharT, _Traits> __tmp; 221 basic_string<_CharT, _Traits> __tmp;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
sstream | 51 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.) 72 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 250 * This class supports reading from objects of type std::basic_string, 270 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 360 * This class supports writing to objects of type std::basic_string, 380 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 471 * std::basic_string, using the inherited functions from 490 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
sstream | 53 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.) 74 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 257 * This class supports reading from objects of type std::basic_string, 277 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 367 * This class supports writing to objects of type std::basic_string, 387 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 478 * std::basic_string, using the inherited functions from 497 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
sstream | 53 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.) 74 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 257 * This class supports reading from objects of type std::basic_string, 277 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 367 * This class supports writing to objects of type std::basic_string, 387 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 478 * std::basic_string, using the inherited functions from 497 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
sstream | 51 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.) 72 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 250 * This class supports reading from objects of type std::basic_string, 270 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 360 * This class supports writing to objects of type std::basic_string, 380 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 471 * std::basic_string, using the inherited functions from 490 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 180 basic_string<_CharT, _Traits> __tmp; 221 basic_string<_CharT, _Traits> __tmp;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
sstream | 51 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.) 72 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 250 * This class supports reading from objects of type std::basic_string, 270 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 360 * This class supports writing to objects of type std::basic_string, 380 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 471 * std::basic_string, using the inherited functions from 490 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 180 basic_string<_CharT, _Traits> __tmp; 221 basic_string<_CharT, _Traits> __tmp;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
sstream | 51 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.) 72 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 250 * This class supports reading from objects of type std::basic_string, 270 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 360 * This class supports writing to objects of type std::basic_string, 380 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 471 * std::basic_string, using the inherited functions from 490 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 180 basic_string<_CharT, _Traits> __tmp; 221 basic_string<_CharT, _Traits> __tmp;
|
/external/stlport/stlport/stl/config/ |
user_config.h | 81 * basic_string<char, char_traits<char>, my_allocator > 263 * N elements where elements are basic_string, C string or a single character. 275 * By default the STLport basic_string implementation use a little static buffer 277 * in case of little basic_string. The drawback of such a method is bigger 278 * basic_string size and some performance penalty for method like swap. If you
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 81 * basic_string<char, char_traits<char>, my_allocator > 263 * N elements where elements are basic_string, C string or a single character. 275 * By default the STLport basic_string implementation use a little static buffer 277 * in case of little basic_string. The drawback of such a method is bigger 278 * basic_string size and some performance penalty for method like swap. If you
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 81 * basic_string<char, char_traits<char>, my_allocator > 263 * N elements where elements are basic_string, C string or a single character. 275 * By default the STLport basic_string implementation use a little static buffer 277 * in case of little basic_string. The drawback of such a method is bigger 278 * basic_string size and some performance penalty for method like swap. If you
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 81 * basic_string<char, char_traits<char>, my_allocator > 263 * N elements where elements are basic_string, C string or a single character. 275 * By default the STLport basic_string implementation use a little static buffer 277 * in case of little basic_string. The drawback of such a method is bigger 278 * basic_string size and some performance penalty for method like swap. If you
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 81 * basic_string<char, char_traits<char>, my_allocator > 263 * N elements where elements are basic_string, C string or a single character. 275 * By default the STLport basic_string implementation use a little static buffer 277 * in case of little basic_string. The drawback of such a method is bigger 278 * basic_string size and some performance penalty for method like swap. If you
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/ |
libgnustl_shared.so | |