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

  /external/google-breakpad/src/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/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/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 62 template <typename> class ParamGeneratorInterface;
66 // of ParamGeneratorInterface<T>.
74 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
95 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
138 // ParamGeneratorInterface<T> is the binary interface to access generators
141 class ParamGeneratorInterface {
145 virtual ~ParamGeneratorInterface() {}
152 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
155 // ParamGeneratorInterface<T> instance is shared among all copies
162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
  /external/swiftshader/third_party/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/googletest/googletest/include/gtest/internal/
gtest-param-util.h 87 template <typename> class ParamGeneratorInterface;
91 // of ParamGeneratorInterface<T>.
99 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
120 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
163 // ParamGeneratorInterface<T> is the binary interface to access generators
166 class ParamGeneratorInterface {
170 virtual ~ParamGeneratorInterface() {}
177 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
180 // ParamGeneratorInterface<T> instance is shared among all copies
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 87 template <typename> class ParamGeneratorInterface;
91 // of ParamGeneratorInterface<T>.
99 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
120 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
163 // ParamGeneratorInterface<T> is the binary interface to access generators
166 class ParamGeneratorInterface {
170 virtual ~ParamGeneratorInterface() {}
177 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
180 // ParamGeneratorInterface<T> instance is shared among all copies
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 87 template <typename> class ParamGeneratorInterface;
91 // of ParamGeneratorInterface<T>.
99 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
120 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
163 // ParamGeneratorInterface<T> is the binary interface to access generators
166 class ParamGeneratorInterface {
170 virtual ~ParamGeneratorInterface() {}
177 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
180 // ParamGeneratorInterface<T> instance is shared among all copies
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 652 milliseconds