Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/debug/
D_string_sum_methods.h22 template <class _Left, class _Right, class _StorageDir>
23 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() argument
28 template <class _Left, class _Right, class _StorageDir>
29 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 …_Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_fast() argument
79 template <class _Left, class _Right, class _StorageDir>
80 …_Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_fast_pos() argument
98 template <class _Left, class _Right, class _StorageDir>
99 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum() argument
[all …]
/external/stlport/stlport/stl/
D_string_sum_methods.h23 template <class _Left, class _Right, class _StorageDir>
24 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() argument
28 template <class _Left, class _Right, class _StorageDir>
29 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 …_CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> … in _M_append_fast() argument
81 template <class _Left, class _Right, class _StorageDir>
82 …_CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageD… in _M_append_fast_pos() argument
100 template <class _Left, class _Right, class _StorageDir>
101 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum() argument
[all …]
D_string_operators.h136 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
139 … _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
142 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __rhs) {
144 … _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
148 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
150 … _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
155 …CharT, _Traits, _Alloc, _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
200 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
202 … _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
[all …]
D_string_sum.h84 class _Left, class _Right,
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
96 __bstr_sum (_Left const& lhs, _Right const& rhs) : in __bstr_sum()
100 _Right const& getRhs() const { return _rhs; } in getRhs()
292 _Right _rhs;
379 template <class _Left, class _Right, class _StorageDir>
380 …void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const { in _M_Init()
387 template <class _Left, class _Right, class _StorageDir>
388 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> co… in _M_get_storage()
395 template <class _Left, class _Right, class _StorageDir>
[all …]
D_string_io.h40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
43 … const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {