HomeSort by relevance Sort by last modified time
    Searched refs:_CStrOnLeft (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
137 _CStrOnLeft append(const _CharT* __s) {
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
141 _CStrOnLeft append(const _CharT* __s, size_type __n)
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
137 _CStrOnLeft append(const _CharT* __s) {
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
141 _CStrOnLeft append(const _CharT* __s, size_type __n)
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
137 _CStrOnLeft append(const _CharT* __s) {
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
141 _CStrOnLeft append(const _CharT* __s, size_type __n)
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }

Completed in 1045 milliseconds