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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/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...]

Completed in 217 milliseconds