HomeSort by relevance Sort by last modified time
    Searched defs:__cstr_wrapper (Results 1 - 7 of 7) sorted by null

  /external/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n));
142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }

Completed in 114 milliseconds