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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string_sum_methods.h57 { return _M_append_fast(__s.getRhs(), _M_append_fast(__s.getLhs(), __str)); }
85 size_type __lhs_size = __s.getLhs().size();
88 return _M_append_fast_pos(__s.getLhs(), __str, __pos, __n);
90 return _M_append_fast_pos(__s.getRhs(), _M_append_fast_pos(__s.getLhs(), __str, __pos, __n),
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h57 { return _M_append_fast(__s.getRhs(), _M_append_fast(__s.getLhs(), __buf)); }
87 size_type __lhs_size = __s.getLhs().size();
90 return _M_append_fast_pos(__s.getLhs(), __buf, __pos, __n);
92 return _M_append_fast_pos(__s.getRhs(), _M_append_fast_pos(__s.getLhs(), __buf, __pos, __n),
H A D_string_sum.h99 _Left const& getLhs() const { return _lhs; } function in class:__bstr_sum

Completed in 61 milliseconds