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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h348 internal::ValueArray1<T1> Values(T1 v1) {
349 return internal::ValueArray1<T1>(v1);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h77 class ValueArray1 { class in namespace:testing::internal
79 explicit ValueArray1(T1 v1) : v1_(v1) {} function in class:testing::internal::ValueArray1
89 void operator=(const ValueArray1& other);

Completed in 47 milliseconds