HomeSort by relevance Sort by last modified time
    Searched refs:ParamIterator (Results 1 - 4 of 4) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 82 // of ParamIterator<T>.
99 class ParamIterator {
105 // ParamIterator assumes ownership of the impl_ pointer.
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone)
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 101 // of ParamIterator<T>.
118 class ParamIterator {
124 // ParamIterator assumes ownership of the impl_ pointer.
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
126 ParamIterator& operator=(const ParamIterator& other) {
135 ParamIterator& operator++() {
140 ParamIterator operator++(int /*unused*/) {
143 return ParamIterator(clone)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 82 // of ParamIterator<T>.
99 class ParamIterator {
105 // ParamIterator assumes ownership of the impl_ pointer.
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
107 ParamIterator& operator=(const ParamIterator& other) {
116 ParamIterator& operator++() {
121 ParamIterator operator++(int /*unused*/) {
124 return ParamIterator(clone)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 101 // of ParamIterator<T>.
118 class ParamIterator {
124 // ParamIterator assumes ownership of the impl_ pointer.
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
126 ParamIterator& operator=(const ParamIterator& other) {
135 ParamIterator& operator++() {
140 ParamIterator operator++(int /*unused*/) {
143 return ParamIterator(clone)
    [all...]

Completed in 89 milliseconds