Searched refs:getRhs (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_string_sum_methods.h57 { return _M_append_fast(__s.getRhs(), _M_append_fast(__s.getLhs(), __str)); }
90 return _M_append_fast_pos(__s.getRhs(), _M_append_fast_pos(__s.getLhs(), __str, __pos, __n),
94 return _M_append_fast_pos(__s.getRhs(), __str, __pos - __lhs_size, __n);
/external/stlport/stlport/stl/
H A D_string_sum_methods.h57 { return _M_append_fast(__s.getRhs(), _M_append_fast(__s.getLhs(), __buf)); }
92 return _M_append_fast_pos(__s.getRhs(), _M_append_fast_pos(__s.getLhs(), __buf, __pos, __n),
96 return _M_append_fast_pos(__s.getRhs(), __buf, __pos - __lhs_size, __n);
H A D_string_sum.h100 _Right const& getRhs() const { return _rhs; } function in class:__bstr_sum

Completed in 33 milliseconds