Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h342 internal::ValueArray1<T1> Values(T1 v1) { in Values()
343 return internal::ValueArray1<T1>(v1); in Values()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h73 class ValueArray1 {
75 explicit ValueArray1(T1 v1) : v1_(v1) {} in ValueArray1() function
83 ValueArray1(const ValueArray1& other) : v1_(other.v1_) {} in ValueArray1() function
87 void operator=(const ValueArray1& other);