Home
last modified time | relevance | path

Searched refs:ParamIterator (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h99 class ParamIterator {
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone);
126 bool operator==(const ParamIterator& other) const {
129 bool operator!=(const ParamIterator& other) const {
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
161 typedef ParamIterator<T> iterator;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h99 class ParamIterator {
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone);
126 bool operator==(const ParamIterator& other) const {
129 bool operator!=(const ParamIterator& other) const {
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
161 typedef ParamIterator<T> iterator;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h98 class ParamIterator {
105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
106 ParamIterator& operator=(const ParamIterator& other) {
115 ParamIterator& operator++() {
120 ParamIterator operator++(int /*unused*/) {
123 return ParamIterator(clone);
125 bool operator==(const ParamIterator& other) const {
128 bool operator!=(const ParamIterator& other) const {
134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
160 typedef ParamIterator<T> iterator;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h99 class ParamIterator {
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone);
126 bool operator==(const ParamIterator& other) const {
129 bool operator!=(const ParamIterator& other) const {
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
161 typedef ParamIterator<T> iterator;
/external/gtest/include/gtest/internal/
Dgtest-param-util.h99 class ParamIterator {
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone);
126 bool operator==(const ParamIterator& other) const {
129 bool operator!=(const ParamIterator& other) const {
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
161 typedef ParamIterator<T> iterator;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h99 class ParamIterator {
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone);
126 bool operator==(const ParamIterator& other) const {
129 bool operator!=(const ParamIterator& other) const {
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
161 typedef ParamIterator<T> iterator;
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h8595 class ParamIterator {
8602 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
8603 ParamIterator& operator=(const ParamIterator& other) {
8612 ParamIterator& operator++() {
8617 ParamIterator operator++(int /*unused*/) {
8620 return ParamIterator(clone);
8622 bool operator==(const ParamIterator& other) const {
8625 bool operator!=(const ParamIterator& other) const {
8631 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
8657 typedef ParamIterator<T> iterator;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h10099 class ParamIterator {
10106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10107 ParamIterator& operator=(const ParamIterator& other) {
10116 ParamIterator& operator++() {
10121 ParamIterator operator++(int /*unused*/) {
10124 return ParamIterator(clone);
10126 bool operator==(const ParamIterator& other) const {
10129 bool operator!=(const ParamIterator& other) const {
10135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
10161 typedef ParamIterator<T> iterator;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10098 class ParamIterator {
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10106 ParamIterator& operator=(const ParamIterator& other) {
10115 ParamIterator& operator++() {
10120 ParamIterator operator++(int /*unused*/) {
10123 return ParamIterator(clone);
10125 bool operator==(const ParamIterator& other) const {
10128 bool operator!=(const ParamIterator& other) const {
10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
10160 typedef ParamIterator<T> iterator;
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h10159 class ParamIterator {
10166 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10167 ParamIterator& operator=(const ParamIterator& other) {
10176 ParamIterator& operator++() {
10181 ParamIterator operator++(int /*unused*/) {
10184 return ParamIterator(clone);
10186 bool operator==(const ParamIterator& other) const {
10189 bool operator!=(const ParamIterator& other) const {
10195 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
10221 typedef ParamIterator<T> iterator;