HomeSort by relevance Sort by last modified time
    Searched defs:ParamGenerator (Results 1 - 25 of 25) sorted by null

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 88 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 {
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
190 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 88 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 {
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
190 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h 60 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<T>() const
    [all...]
gtest-param-util.h 63 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 {
162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
163 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
165 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 88 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 {
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
190 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h 62 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<T>() const
    [all...]
gtest-param-util.h 64 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 {
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
166 ParamGenerator& operator=(const ParamGenerator& other)
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 819 milliseconds