Home
last modified time | relevance | path

Searched refs:getLhs (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()
85 size_type __lhs_size = __s.getLhs().size(); in _M_append_fast_pos()
88 return _M_append_fast_pos(__s.getLhs(), __str, __pos, __n); in _M_append_fast_pos()
90 return _M_append_fast_pos(__s.getRhs(), _M_append_fast_pos(__s.getLhs(), __str, __pos, __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()
87 size_type __lhs_size = __s.getLhs().size(); in _M_append_fast_pos()
90 return _M_append_fast_pos(__s.getLhs(), __buf, __pos, __n); in _M_append_fast_pos()
92 return _M_append_fast_pos(__s.getRhs(), _M_append_fast_pos(__s.getLhs(), __buf, __pos, __n), in _M_append_fast_pos()
D_string_sum.h99 _Left const& getLhs() const { return _lhs; } in getLhs() function