Searched defs:Clone (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.h10082 virtual ParamIteratorInterface* Clone() const = 0;
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10108 impl_.reset(other.impl_->Clone());
10121 ParamIteratorInterface<T>* clone = impl_->Clone();
10211 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
10298 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13821 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
13944 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
14085 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
14243 virtual ParamIteratorInterface<ParamType>* Clone() cons function in class:testing::internal::CartesianProductGenerator5::Iterator
14420 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
14614 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
14827 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
15056 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
15303 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]

Completed in 114 milliseconds