Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/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/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/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/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h123 class ParamIterator {
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
131 ParamIterator& operator=(const ParamIterator& other) {
140 ParamIterator& operator++() {
145 ParamIterator operator++(int /*unused*/) {
148 return ParamIterator(clone);
150 bool operator==(const ParamIterator& other) const {
153 bool operator!=(const ParamIterator& other) const {
159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
185 typedef ParamIterator<T> iterator;
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h123 class ParamIterator {
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
131 ParamIterator& operator=(const ParamIterator& other) {
140 ParamIterator& operator++() {
145 ParamIterator operator++(int /*unused*/) {
148 return ParamIterator(clone);
150 bool operator==(const ParamIterator& other) const {
153 bool operator!=(const ParamIterator& other) const {
159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
185 typedef ParamIterator<T> iterator;
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-param-util.h123 class ParamIterator {
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
131 ParamIterator& operator=(const ParamIterator& other) {
140 ParamIterator& operator++() {
145 ParamIterator operator++(int /*unused*/) {
148 return ParamIterator(clone);
150 bool operator==(const ParamIterator& other) const {
153 bool operator!=(const ParamIterator& other) const {
159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
185 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;