Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h.pump76 class ValueArray1 {
78 explicit ValueArray1(T1 v1) : v1_(v1) {}
85 void operator=(const ValueArray1& other);
Dgtest-param-util-generated.h77 class ValueArray1 {
79 explicit ValueArray1(T1 v1) : v1_(v1) {} in ValueArray1() function
86 void operator=(const ValueArray1& other);
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h348 internal::ValueArray1<T1> Values(T1 v1) { in Values()
349 return internal::ValueArray1<T1>(v1); in Values()