Searched refs:ParamIterator (Results 1 - 9 of 9) 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/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/libvpx/libvpx/third_party/googletest/src/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/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-param-util.h103 // of ParamIterator<T>.
120 class ParamIterator { class in namespace:testing::internal
126 // ParamIterator assumes ownership of the impl_ pointer.
127 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
128 ParamIterator& operator=(const ParamIterator& other) {
137 ParamIterator& operator++() {
142 ParamIterator operator++(int /*unused*/) {
145 return ParamIterator(clon
156 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 65 milliseconds