Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h419 internal::ValueArray12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11,
422 return internal::ValueArray12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, in Values()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h402 class ValueArray12 {
404 ValueArray12(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, in ValueArray12() function
418 ValueArray12(const ValueArray12& other) : v1_(other.v1_), v2_(other.v2_), in ValueArray12() function
425 void operator=(const ValueArray12& other);