Home | History | Annotate | Download | only in src

Lines Matching full:new_elements

2407         Element *new_elements = NewArray<Element>(new_count);
2408 memcpy(new_elements, elements, new_count * sizeof(Element));
2411 lol->elements_ = new_elements;