Searched defs:ValueArray3 (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.h10727 class ValueArray3 { class in namespace:testing::internal
10729 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} function in class:testing::internal::ValueArray3
10740 void operator=(const ValueArray3& other);
15924 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) {
15925 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3);

Completed in 62 milliseconds