Home
last modified time | relevance | path

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

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