Searched defs:ParamGenerator (Results 1 - 21 of 21) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
97 operator ParamGenerator<T>() const {
116 operator ParamGenerator<T>() const {
138 operator ParamGenerator<T>() const {
161 operator ParamGenerator<T>() const {
186 operator ParamGenerator<T>() const {
213 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h64 template <typename> class ParamGenerator;
87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
134 friend class ParamGenerator<T>;
159 class ParamGenerator { class in namespace:testing::internal
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
166 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const {
100 operator ParamGenerator<T>() const {
119 operator ParamGenerator<T>() const {
141 operator ParamGenerator<T>() const {
164 operator ParamGenerator<T>() const {
189 operator ParamGenerator<T>() const {
216 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h88 template <typename> class ParamGenerator;
111 // Used for implementing ParamGenerator<T>::operator*().
115 // Used for implementing ParamGenerator<T>::operator==().
158 friend class ParamGenerator<T>;
183 class ParamGenerator { class in namespace:testing::internal
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
190 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const {
100 operator ParamGenerator<T>() const {
119 operator ParamGenerator<T>() const {
141 operator ParamGenerator<T>() const {
164 operator ParamGenerator<T>() const {
189 operator ParamGenerator<T>() const {
216 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h88 template <typename> class ParamGenerator;
111 // Used for implementing ParamGenerator<T>::operator*().
115 // Used for implementing ParamGenerator<T>::operator==().
158 friend class ParamGenerator<T>;
183 class ParamGenerator { class in namespace:testing::internal
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
190 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
97 operator ParamGenerator<T>() const {
113 operator ParamGenerator<T>() const {
134 operator ParamGenerator<T>() const {
156 operator ParamGenerator<T>() const {
180 operator ParamGenerator<T>() const {
205 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h64 template <typename> class ParamGenerator;
87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
134 friend class ParamGenerator<T>;
159 class ParamGenerator { class in namespace:testing::internal
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
166 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
97 operator ParamGenerator<T>() const {
116 operator ParamGenerator<T>() const {
138 operator ParamGenerator<T>() const {
161 operator ParamGenerator<T>() const {
186 operator ParamGenerator<T>() const {
213 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h64 template <typename> class ParamGenerator;
87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
134 friend class ParamGenerator<T>;
159 class ParamGenerator { class in namespace:testing::internal
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
166 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h60 internal::ParamGenerator<
65 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
68 internal::ParamGenerator<typename Container::value_type> ValuesIn(
80 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
95 operator ParamGenerator<T>() const {
114 operator ParamGenerator<T>() const {
135 operator ParamGenerator<T>() const {
157 operator ParamGenerator<T>() const {
181 operator ParamGenerator<T>() const {
206 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h63 template <typename> class ParamGenerator;
86 // Used for implementing ParamGenerator<T>::operator*().
90 // Used for implementing ParamGenerator<T>::operator==().
133 friend class ParamGenerator<T>;
158 class ParamGenerator { class in namespace:testing::internal
162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
163 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
165 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
97 operator ParamGenerator<T>() const {
116 operator ParamGenerator<T>() const {
137 operator ParamGenerator<T>() const {
159 operator ParamGenerator<T>() const {
183 operator ParamGenerator<T>() const {
208 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h64 template <typename> class ParamGenerator;
87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
134 friend class ParamGenerator<T>;
159 class ParamGenerator { class in namespace:testing::internal
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
166 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const {
100 operator ParamGenerator<T>() const {
119 operator ParamGenerator<T>() const {
141 operator ParamGenerator<T>() const {
164 operator ParamGenerator<T>() const {
189 operator ParamGenerator<T>() const {
216 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h88 template <typename> class ParamGenerator;
111 // Used for implementing ParamGenerator<T>::operator*().
115 // Used for implementing ParamGenerator<T>::operator==().
158 friend class ParamGenerator<T>;
183 class ParamGenerator { class in namespace:testing::internal
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
190 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util-generated.h62 internal::ParamGenerator<
67 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
97 operator ParamGenerator<T>() const {
116 operator ParamGenerator<T>() const {
138 operator ParamGenerator<T>() const {
161 operator ParamGenerator<T>() const {
186 operator ParamGenerator<T>() const {
213 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h64 template <typename> class ParamGenerator;
87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
134 friend class ParamGenerator<T>;
159 class ParamGenerator { class in namespace:testing::internal
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
166 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h8560 template <typename> class ParamGenerator;
8583 // Used for implementing ParamGenerator<T>::operator*().
8587 // Used for implementing ParamGenerator<T>::operator==().
8630 friend class ParamGenerator<T>;
8655 class ParamGenerator { class in namespace:testing::internal
8659 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
8660 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
8662 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/fmtlib/test/gtest/
H A Dgtest.h10063 template <typename> class ParamGenerator;
10086 // Used for implementing ParamGenerator<T>::operator*().
10090 // Used for implementing ParamGenerator<T>::operator==().
10133 friend class ParamGenerator<T>;
10158 class ParamGenerator { class in namespace:testing::internal
10162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
10163 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
10165 ParamGenerator& operator=(const ParamGenerator
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h10064 template <typename> class ParamGenerator;
10087 // Used for implementing ParamGenerator<T>::operator*().
10091 // Used for implementing ParamGenerator<T>::operator==().
10134 friend class ParamGenerator<T>;
10159 class ParamGenerator { class in namespace:testing::internal
10163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
10164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
10166 ParamGenerator& operator=(const ParamGenerator
[all...]

Completed in 703 milliseconds