Searched refs:getRhs (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _string_sum_methods.h | 57 { 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.h | 57 { 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.h | 100 _Right const& getRhs() const { return _rhs; } in getRhs() function
|