Home
last modified time | relevance | path

Searched refs:kSize (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3268 template <int kSize>
3269 std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { in ArrayAsVector() argument
3270 return std::vector<std::string>(array, array + kSize); in ArrayAsVector()