HomeSort by relevance Sort by last modified time
    Searched defs:ParamGeneratorInterface (Results 1 - 10 of 10) 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...]
  /external/chromium_org/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...]
  /external/chromium_org/third_party/mesa/src/src/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...]
  /external/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...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
  /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...]
  /external/mesa3d/src/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...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util.h 84 template <typename> class ParamGeneratorInterface;
88 // of ParamGeneratorInterface<T>.
96 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
117 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
160 // ParamGeneratorInterface<T> is the binary interface to access generators
163 class ParamGeneratorInterface {
167 virtual ~ParamGeneratorInterface() {}
177 // ParamGeneratorInterface<T> instance is shared among all copies
184 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
196 ::testing::internal::linked_ptr<const ParamGeneratorInterface<T> > impl_
    [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...]
  /ndk/sources/third_party/googletest/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...]

Completed in 1090 milliseconds