HomeSort by relevance Sort by last modified time
    Searched refs:ParamGeneratorInterface (Results 1 - 8 of 8) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 63 template <typename> class ParamGeneratorInterface;
67 // of ParamGeneratorInterface<T>.
75 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
139 // ParamGeneratorInterface<T> is the binary interface to access generators
142 class ParamGeneratorInterface {
146 virtual ~ParamGeneratorInterface() {}
153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
156 // ParamGeneratorInterface<T> instance is shared among all copies
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 82 template <typename> class ParamGeneratorInterface;
86 // of ParamGeneratorInterface<T>.
94 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
115 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
158 // ParamGeneratorInterface<T> is the binary interface to access generators
161 class ParamGeneratorInterface {
165 virtual ~ParamGeneratorInterface() {}
175 // ParamGeneratorInterface<T> instance is shared among all copies
182 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
194 ::testing::internal::linked_ptr<const ParamGeneratorInterface<T> > impl_
    [all...]
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 63 template <typename> class ParamGeneratorInterface;
67 // of ParamGeneratorInterface<T>.
75 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
139 // ParamGeneratorInterface<T> is the binary interface to access generators
142 class ParamGeneratorInterface {
146 virtual ~ParamGeneratorInterface() {}
153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
156 // ParamGeneratorInterface<T> instance is shared among all copies
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 82 template <typename> class ParamGeneratorInterface;
86 // of ParamGeneratorInterface<T>.
94 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
115 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
158 // ParamGeneratorInterface<T> is the binary interface to access generators
161 class ParamGeneratorInterface {
165 virtual ~ParamGeneratorInterface() {}
175 // ParamGeneratorInterface<T> instance is shared among all copies
182 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
194 ::testing::internal::linked_ptr<const ParamGeneratorInterface<T> > impl_
    [all...]
gtest-param-util-generated.h     [all...]

Completed in 387 milliseconds