Home | History | Annotate | Download | only in src

Lines Matching refs:first_length

1220         int first_length = first->length();
1222 WriteToFlat(first, dest, 0, first_length);
1225 dest + first_length,
1227 len - first_length);
1236 int first_length = first->length();
1237 WriteToFlat(first, dest, 0, first_length);
1240 dest + first_length,
1242 len - first_length);