Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
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()
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h358 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
359 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest-param-test.h363 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
364 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-param-test.h363 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
364 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-param-test.h358 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
359 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest-param-test.h358 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
359 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-param-test.h358 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values()
359 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3); in Values()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
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);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h108 class ValueArray3 {
110 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
120 void operator=(const ValueArray3& other);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h111 class ValueArray3 {
113 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
123 void operator=(const ValueArray3& other);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h114 class ValueArray3 {
116 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
127 void operator=(const ValueArray3& other);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util-generated.h114 class ValueArray3 {
116 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
127 void operator=(const ValueArray3& other);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util-generated.h114 class ValueArray3 {
116 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
127 void operator=(const ValueArray3& other);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h111 class ValueArray3 {
113 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3() function
124 void operator=(const ValueArray3& other);
/external/epid-sdk/ext/gtest/
Dgtest.h11897 class ValueArray3 {
11899 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {}
11910 void operator=(const ValueArray3& other);
17094 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) {
17095 return internal::ValueArray3<T1, T2, T3>(v1, v2, v3);