Home | History | Annotate | Download | only in gtest

Lines Matching refs:a_size

7962   void Init(const Element* array, size_t a_size, RelationToSource relation) {
7966 Element* const copy = new Element[a_size];
7967 CopyArray(array, a_size, copy);
7970 size_ = a_size;