HomeSort by: relevance | last modified time | path
    Searched defs:ParamGeneratorInterface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 85 template <typename> class ParamGeneratorInterface;
89 // of ParamGeneratorInterface<T>.
97 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
118 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
161 // ParamGeneratorInterface<T> is the binary interface to access generators
164 class ParamGeneratorInterface {
168 virtual ~ParamGeneratorInterface() {}
175 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
178 // ParamGeneratorInterface<T> instance is shared among all copies
185 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
gtest-param-util.h 85 template <typename> class ParamGeneratorInterface;
89 // of ParamGeneratorInterface<T>.
97 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
118 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
161 // ParamGeneratorInterface<T> is the binary interface to access generators
164 class ParamGeneratorInterface {
168 virtual ~ParamGeneratorInterface() {}
175 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
178 // ParamGeneratorInterface<T> instance is shared among all copies
185 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]

Completed in 112 milliseconds