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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5253 impl_->environments().push_back(env);
5271 if (impl_->gtest_trace_stack().size() > 0) {
5274 for (int i = static_cast<int>(impl_->gtest_trace_stack().size());
5276 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1];
5289 impl_->GetTestPartResultReporterForCurrentThread()->
5330 impl_->RecordProperty(TestProperty(key, value));
5419 return impl_->original_working_dir_.c_str();
5427 return impl_->current_test_case();
5435 return impl_->current_test_info();
5439 int UnitTest::random_seed() const { return impl_
[all...]
/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 1023 milliseconds