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

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string_sum_methods.h 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str)
44 { return __str += __c.getValue(); }
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str)
46 { return __str.append(__s, __s_size); }
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str)
48 { return _M_append_fast(__s.c_str(), __s.size(), __str); }
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str)
50 { return _M_append_fast(__s.b_str(), __str); }
51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
52 { return _M_append_fast(__s.data(), __s.size(), __str); }
    [all...]
  /external/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
66 { return do_get(__ii, __end, __str, __err, __val); }
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
72 { return do_get(__ii, __end, __str, __err, __val); }
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
76 { return do_get(__ii, __end, __str, __err, __val); }
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
81 { return do_get(__ii, __end, __str, __err, __val); }
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
85 { return do_get(__ii, __end, __str, __err, __val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/
string_view 109 _Allocator>& __str) noexcept
110 : _M_len{__str.length()}, _M_str{__str.data()}
113 constexpr basic_string_view(const _CharT* __str)
114 : _M_len{__str == nullptr ? 0 : traits_type::length(__str)},
115 _M_str{__str == nullptr ? _S_empty_str : __str}
118 constexpr basic_string_view(const _CharT* __str, size_type __len)
119 : _M_len{__str == nullptr ? 0 :__len}
    [all...]
string_view.tcc 56 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept
58 __glibcxx_requires_string_len(__str, __n);
66 if (traits_type::eq(this->_M_str[__pos], __str[0])
68 __str + 1, __n - 1) == 0)
93 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept
95 __glibcxx_requires_string_len(__str, __n);
102 if (traits_type::compare(this->_M_str + __pos, __str, __n) == 0)
130 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const
132 __glibcxx_requires_string_len(__str, __n);
135 const _CharT* __p = traits_type::find(__str, __n
    [all...]
  /external/libcxx/include/
ios 804 boolalpha(ios_base& __str)
806 __str.setf(ios_base::boolalpha);
807 return __str;
812 noboolalpha(ios_base& __str)
814 __str.unsetf(ios_base::boolalpha);
815 return __str;
820 showbase(ios_base& __str)
822 __str.setf(ios_base::showbase);
823 return __str;
828 noshowbase(ios_base& __str)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 804 boolalpha(ios_base& __str)
806 __str.setf(ios_base::boolalpha);
807 return __str;
812 noboolalpha(ios_base& __str)
814 __str.unsetf(ios_base::boolalpha);
815 return __str;
820 showbase(ios_base& __str)
822 __str.setf(ios_base::showbase);
823 return __str;
828 noshowbase(ios_base& __str)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_basic_string.i 67 append(const basic_string& __str);
70 append(const basic_string& __str, size_type __pos, size_type __n);
79 assign(const basic_string& __str);
82 assign(const basic_string& __str, size_type __pos, size_type __n);
88 insert(size_type __pos1, const basic_string& __str);
91 insert(size_type __pos1, const basic_string& __str,
104 replace(size_type __pos, size_type __n, const basic_string& __str);
107 replace(size_type __pos1, size_type __n1, const basic_string& __str,
128 find(const basic_string& __str, size_type __pos = 0) const;
134 rfind(const basic_string& __str, size_type __pos = npos) const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 804 boolalpha(ios_base& __str)
806 __str.setf(ios_base::boolalpha);
807 return __str;
812 noboolalpha(ios_base& __str)
814 __str.unsetf(ios_base::boolalpha);
815 return __str;
820 showbase(ios_base& __str)
822 __str.setf(ios_base::showbase);
823 return __str;
828 noshowbase(ios_base& __str)
    [all...]
  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.c 14 #define VG_STRINGIFZ(__str) #__str
15 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator())
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
116 basic_string(basic_string&& __str) noexcept
117 : _Base(std::move(__str))
129 operator=(const basic_string& __str)
131 *static_cast<_Base*>(this) = __str;
155 operator=(basic_string&& __str)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator())
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
116 basic_string(basic_string&& __str) noexcept
117 : _Base(std::move(__str))
129 operator=(const basic_string& __str)
131 *static_cast<_Base*>(this) = __str;
155 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator())
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
116 basic_string(basic_string&& __str) noexcept
117 : _Base(std::move(__str))
129 operator=(const basic_string& __str)
131 *static_cast<_Base*>(this) = __str;
155 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
string 82 basic_string(const basic_string& __str)
83 : _Base(__str, 0, _Base::npos, __str.get_allocator())
88 basic_string(const basic_string& __str, size_type __pos,
91 : _Base(__str, __pos, __n, __a)
117 basic_string(basic_string&& __str) // noexcept
118 : _Base(std::move(__str))
130 operator=(const basic_string& __str)
132 *static_cast<_Base*>(this) = __str;
156 operator=(basic_string&& __str)
    [all...]

Completed in 902 milliseconds

1 2 3 4 5 6 7 8 91011>>