Searched refs:ParamGeneratorInterface (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.h10062 template <typename> class ParamGeneratorInterface;
10066 // of ParamGeneratorInterface<T>.
10074 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
10095 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
10138 // ParamGeneratorInterface<T> is the binary interface to access generators
10141 class ParamGeneratorInterface { class in namespace:testing::internal
10145 virtual ~ParamGeneratorInterface() {}
10152 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
10155 // ParamGeneratorInterface<T> instance is shared among all copies
10162 explicit ParamGenerator(ParamGeneratorInterface<
[all...]

Completed in 66 milliseconds