Searched refs:a_size (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7962 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7966 Element* const copy = new Element[a_size];
7967 CopyArray(array, a_size, copy);
7970 size_ = a_size;

Completed in 79 milliseconds