Home | History | Annotate | Download | only in src

Lines Matching full:left_length

514   int left_length = left->length();
515 if (left_length == 0) return right;
519 int length = left_length + right_length;
566 for (int i = 0; i < left_length; i++) *dest++ = src[i];