Searched defs:basic_string (Results 1 - 13 of 13) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const argument
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dstring.cpp25 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
26 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
H A Dstring.cpp25 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
26 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dstringpiece.h221 const std::basic_string<char, std::char_traits<char>, Allocator>& str)
228 const basic_string<char, std::char_traits<char>, Allocator>& str)
227 StringPiece( const basic_string<char, std::char_traits<char>, Allocator>& str) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_string.h25 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
78 * [basic_string<char_type>] _M_capacity
110 // 21.3 Template class basic_string
112 class basic_string class
127 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
128 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
437 basic_string() function in class:basic_string
448 basic_string(cons
2365 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2402 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2418 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) argument
2430 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2436 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
2486 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2507 operator ==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2519 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2532 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2544 operator !=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2556 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2569 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2581 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2593 operator <(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2606 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2618 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2630 operator >(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2643 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2655 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2667 operator <=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2680 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2692 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2704 operator >=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2753 operator <<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Alloc>& __str) argument
[all...]
H A Dregex.h55 typedef std::basic_string<char_type> string_type;
439 basic_regex(const std::basic_string<_Ch_type, _Ch_traits,
521 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s) argument
598 assign(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s, argument
733 * objects can be converted to and compared with std::basic_string objects
749 typedef std::basic_string<value_type> string_type;
917 using __sub_match_string = basic_string<
1464 typedef std::basic_string<char_type> string_type;
1728 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
1739 basic_string<char_typ
1740 format(const basic_string<char_type, _St, _Sa>& __fmt, match_flag_type __flags = regex_constants::format_default) const argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dbasic_string.h25 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
78 * [basic_string<char_type>] _M_capacity
110 // 21.3 Template class basic_string
112 class basic_string class
127 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
128 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
437 basic_string() function in class:basic_string
448 basic_string(cons
2365 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2402 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2418 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) argument
2430 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2436 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
2486 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2507 operator ==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2519 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2532 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2544 operator !=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2556 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2569 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2581 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2593 operator <(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2606 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2618 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2630 operator >(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2643 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2655 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2667 operator <=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2680 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2692 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2704 operator >=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2753 operator <<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Alloc>& __str) argument
[all...]
H A Dregex.h55 typedef std::basic_string<char_type> string_type;
439 basic_regex(const std::basic_string<_Ch_type, _Ch_traits,
521 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s) argument
598 assign(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s, argument
733 * objects can be converted to and compared with std::basic_string objects
749 typedef std::basic_string<value_type> string_type;
917 using __sub_match_string = basic_string<
1464 typedef std::basic_string<char_type> string_type;
1728 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
1739 basic_string<char_typ
1740 format(const basic_string<char_type, _St, _Sa>& __fmt, match_flag_type __flags = regex_constants::format_default) const argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dbasic_string.h25 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
78 * [basic_string<char_type>] _M_capacity
110 // 21.3 Template class basic_string
112 class basic_string class
127 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
128 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
437 basic_string() function in class:basic_string
448 basic_string(cons
2365 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2402 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2418 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) argument
2430 operator +(basic_string<_CharT, _Traits, _Alloc>&& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2436 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, basic_string<_CharT, _Traits, _Alloc>&& __rhs) argument
2486 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2507 operator ==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2519 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2532 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2544 operator !=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2556 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2569 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2581 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2593 operator <(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2606 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2618 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2630 operator >(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2643 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2655 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2667 operator <=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2680 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2692 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2704 operator >=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2753 operator <<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Alloc>& __str) argument
[all...]
H A Dregex.h55 typedef std::basic_string<char_type> string_type;
439 basic_regex(const std::basic_string<_Ch_type, _Ch_traits,
521 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s) argument
598 assign(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s, argument
733 * objects can be converted to and compared with std::basic_string objects
749 typedef std::basic_string<value_type> string_type;
917 using __sub_match_string = basic_string<
1464 typedef std::basic_string<char_type> string_type;
1728 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
1739 basic_string<char_typ
1740 format(const basic_string<char_type, _St, _Sa>& __fmt, match_flag_type __flags = regex_constants::format_default) const argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
[all...]

Completed in 344 milliseconds