Home | History | Annotate | Download | only in src

Lines Matching refs:AT_START

65 enum Where { AT_START, AT_END };
2196 return Subclass::RemoveElement(receiver, AT_START);
2212 AT_START);
2562 int remove_index = remove_position == AT_START ? 0 : new_length;
2565 if (remove_position == AT_START) {
2592 int copy_dst_index = add_position == AT_START ? add_size : 0;
2598 } else if (add_position == AT_START) {
2606 int insertion_index = add_position == AT_START ? 0 : length;