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

  /prebuilts/ndk/r10/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/r11/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/r13/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)); }

Completed in 1331 milliseconds