Searched defs:ParamIterator (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h82 // of ParamIterator<T>.
99 class ParamIterator { class in namespace:testing::internal
105 // ParamIterator assumes ownership of the impl_ pointer.
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clon
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h82 // of ParamIterator<T>.
99 class ParamIterator { class in namespace:testing::internal
105 // ParamIterator assumes ownership of the impl_ pointer.
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clon
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h82 // of ParamIterator<T>.
99 class ParamIterator { class in namespace:testing::internal
105 // ParamIterator assumes ownership of the impl_ pointer.
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clon
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h101 // of ParamIterator<T>.
118 class ParamIterator { class in namespace:testing::internal
124 // ParamIterator assumes ownership of the impl_ pointer.
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
126 ParamIterator& operator=(const ParamIterator& other) {
135 ParamIterator& operator++() {
140 ParamIterator operator++(int /*unused*/) {
143 return ParamIterator(clon
154 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]

Completed in 222 milliseconds