Searched refs:ValueArray1 (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.h10693 class ValueArray1 { class in namespace:testing::internal
10695 explicit ValueArray1(T1 v1) : v1_(v1) {} function in class:testing::internal::ValueArray1
10702 void operator=(const ValueArray1& other);
15914 internal::ValueArray1<T1> Values(T1 v1) {
15915 return internal::ValueArray1<T1>(v1);

Completed in 636 milliseconds