Home | History | Annotate | Download | only in internal

Lines Matching refs:a_size

1098   void Init(const Element* array, size_t a_size, RelationToSource relation) {
1102 Element* const copy = new Element[a_size];
1103 CopyArray(array, a_size, copy);
1106 size_ = a_size;