Searched defs:ValueArray4 (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.h10748 class ValueArray4 { class in namespace:testing::internal
10750 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3), function in class:testing::internal::ValueArray4
10762 void operator=(const ValueArray4& other);
15929 internal::ValueArray4<T1, T2, T3, T4> Values(T1 v1, T2 v2, T3 v3, T4 v4) {
15930 return internal::ValueArray4<T1, T2, T3, T4>(v1, v2, v3, v4);

Completed in 89 milliseconds