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

/external/chromium_org/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/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/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...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10081 // of ParamIterator<T>.
10098 class ParamIterator { class in namespace:testing::internal
10104 // ParamIterator assumes ownership of the impl_ pointer.
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
10106 ParamIterator& operator=(const ParamIterator& other) {
10115 ParamIterator& operator++() {
10120 ParamIterator operator++(int /*unused*/) {
10123 return ParamIterator(clon
10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10081 // of ParamIterator<T>.
10098 class ParamIterator { class in namespace:testing::internal
10104 // ParamIterator assumes ownership of the impl_ pointer.
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
10106 ParamIterator& operator=(const ParamIterator& other) {
10115 ParamIterator& operator++() {
10120 ParamIterator operator++(int /*unused*/) {
10123 return ParamIterator(clon
10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]

Completed in 333 milliseconds