Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h352 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
353 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h114 class ValueArray3 {
116 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
125 ValueArray3(const ValueArray3& other) : v1_(other.v1_), v2_(other.v2_), in ValueArray3() function
130 void operator=(const ValueArray3& other);