Home
last modified time | relevance | path

Searched refs:_BStrOnLeft (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_sum.h123 …um<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; typedef
124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }
133 _BStrOnLeft append (const _BString& __s) in append()
134 { return _BStrOnLeft(*this, __s); } in append()