Home
last modified time | relevance | path

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

/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/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/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/libaom/libaom/third_party/googletest/src/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h119 class ParamIterator {
126 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
127 ParamIterator& operator=(const ParamIterator& other) {
136 ParamIterator& operator++() {
141 ParamIterator operator++(int /*unused*/) {
144 return ParamIterator(clone);
146 bool operator==(const ParamIterator& other) const {
149 bool operator!=(const ParamIterator& other) const {
155 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
181 typedef ParamIterator<T> iterator;
/external/mesa3d/src/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/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h121 class ParamIterator {
128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
129 ParamIterator& operator=(const ParamIterator& other) {
138 ParamIterator& operator++() {
143 ParamIterator operator++(int /*unused*/) {
146 return ParamIterator(clone);
148 bool operator==(const ParamIterator& other) const {
151 bool operator!=(const ParamIterator& other) const {
157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
183 typedef ParamIterator<T> iterator;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp380 class ParamIterator { class
385 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anond8268b0e0111::ParamIterator
392 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()
870 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()
925 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()
/external/epid-sdk/ext/gtest/
Dgtest.h11177 class ParamIterator {
11184 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
11185 ParamIterator& operator=(const ParamIterator& other) {
11194 ParamIterator& operator++() {
11199 ParamIterator operator++(int /*unused*/) {
11202 return ParamIterator(clone);
11204 bool operator==(const ParamIterator& other) const {
11207 bool operator!=(const ParamIterator& other) const {
11213 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
11239 typedef ParamIterator<T> iterator;
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...