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

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 69 class ParamIteratorInterface {
71 virtual ~ParamIteratorInterface() {}
83 virtual ParamIteratorInterface* Clone() const = 0;
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
122 ParamIteratorInterface<T>* clone = impl_->Clone();
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
136 scoped_ptr<ParamIteratorInterface<T> > impl_;
149 virtual ParamIteratorInterface<T>* Begin() const = 0;
150 virtual ParamIteratorInterface<T>* End() const = 0
    [all...]
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 69 class ParamIteratorInterface {
71 virtual ~ParamIteratorInterface() {}
83 virtual ParamIteratorInterface* Clone() const = 0;
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
122 ParamIteratorInterface<T>* clone = impl_->Clone();
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
136 scoped_ptr<ParamIteratorInterface<T> > impl_;
149 virtual ParamIteratorInterface<T>* Begin() const = 0;
150 virtual ParamIteratorInterface<T>* End() const = 0
    [all...]
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 88 class ParamIteratorInterface {
90 virtual ~ParamIteratorInterface() {}
102 virtual ParamIteratorInterface* Clone() const = 0;
111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
115 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
141 ParamIteratorInterface<T>* clone = impl_->Clone();
154 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
155 scoped_ptr<ParamIteratorInterface<T> > impl_;
168 virtual ParamIteratorInterface<T>* Begin() const = 0;
169 virtual ParamIteratorInterface<T>* End() const = 0
    [all...]
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 88 class ParamIteratorInterface {
90 virtual ~ParamIteratorInterface() {}
102 virtual ParamIteratorInterface* Clone() const = 0;
111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
115 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
141 ParamIteratorInterface<T>* clone = impl_->Clone();
154 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
155 scoped_ptr<ParamIteratorInterface<T> > impl_;
168 virtual ParamIteratorInterface<T>* Begin() const = 0;
169 virtual ParamIteratorInterface<T>* End() const = 0
    [all...]
gtest-param-util-generated.h     [all...]

Completed in 342 milliseconds