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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10104 // ParamIterator assumes ownership of the impl_ pointer.
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10108 impl_.reset(other.impl_->Clone());
10112 const T& operator*() const { return *impl_->Current(); }
10113 const T* operator->() const { return impl_->Current(); }
10116 impl_->Advance();
10121 ParamIteratorInterface<T>* clone = impl_->Clone();
10122 impl_
10135 scoped_ptr<ParamIteratorInterface<T> > impl_; member in class:testing::internal::ParamIterator
10174 linked_ptr<const ParamGeneratorInterface<T> > impl_; member in class:testing::internal::ParamGenerator
18707 internal::UnitTestImpl* impl_; member in class:testing::UnitTest
[all...]

Completed in 62 milliseconds