Home | History | Annotate | Download | only in Objects

Lines Matching refs:sq_inplace_concat

1347                 f = m->sq_inplace_concat;

1927 if (m && HASINPLACE(s) && m->sq_inplace_concat)
1928 return m->sq_inplace_concat(s, o);