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

/external/chromium/testing/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.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/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h63 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
75 operator ParamGenerator<T>() const {
91 operator ParamGenerator<T>() const {
109 operator ParamGenerator<T>() const {
128 operator ParamGenerator<T>() const {
149 operator ParamGenerator<T>() const {
171 operator ParamGenerator<T>() const {
195 operator ParamGenerator<T>() const {
220 operator ParamGenerator<T>() const {
246 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h83 template <typename> class ParamGenerator;
106 // Used for implementing ParamGenerator<T>::operator*().
110 // Used for implementing ParamGenerator<T>::operator==().
153 friend class ParamGenerator<T>;
178 class ParamGenerator { class in namespace:testing::internal
182 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
183 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
185 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 {
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/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h63 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
78 operator ParamGenerator<T>() const {
97 operator ParamGenerator<T>() const {
118 operator ParamGenerator<T>() const {
140 operator ParamGenerator<T>() const {
164 operator ParamGenerator<T>() const {
189 operator ParamGenerator<T>() const {
216 operator ParamGenerator<T>() const {
244 operator ParamGenerator<T>() const {
273 operator ParamGenerator<
[all...]
H A Dgtest-param-util.h83 template <typename> class ParamGenerator;
106 // Used for implementing ParamGenerator<T>::operator*().
110 // Used for implementing ParamGenerator<T>::operator==().
153 friend class ParamGenerator<T>;
178 class ParamGenerator { class in namespace:testing::internal
182 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
183 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
185 ParamGenerator& operator=(const ParamGenerator
[all...]

Completed in 130 milliseconds