Searched refs:scoped_ptr (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc45 using ::testing::internal::scoped_ptr;
H A Dgtest_stress_test.cc55 using internal::scoped_ptr;
129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount];
H A Dgtest_output_test_.cc517 testing::internal::scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> >
H A Dgtest-port_test.cc232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
238 // TODO(vladl@google.com): Implement THE REST of scoped_ptr tests.
1109 scoped_ptr<ThreadType> counting_threads[kThreadCount];
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-message.h224 const internal::scoped_ptr< ::std::stringstream> ss_;
H A Dgtest.h335 internal::scoped_ptr< ::std::string> message_;
455 const internal::scoped_ptr< GTEST_FLAG_SAVER_ > gtest_flag_saver_;
755 const internal::scoped_ptr<const ::std::string> type_param_;
758 const internal::scoped_ptr<const ::std::string> value_param_;
934 const internal::scoped_ptr<const ::std::string> type_param_;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h195 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
H A Dgtest-port.h221 // scoped_ptr - as in TR2.
1110 // Defines scoped_ptr.
1112 // This implementation of scoped_ptr is PARTIAL - it only contains
1115 class scoped_ptr { class in namespace:testing::internal
1119 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} function in class:testing::internal::scoped_ptr
1120 ~scoped_ptr() { reset(); }
1141 friend void swap(scoped_ptr& a, scoped_ptr& b) {
1149 GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr);
1916 scoped_ptr<ValueHolderFactor
[all...]
H A Dgtest-param-util.h160 scoped_ptr<ParamIteratorInterface<T> > impl_;
361 // Use of scoped_ptr helps manage cached value's lifetime,
363 mutable scoped_ptr<const T> value_;
614 const scoped_ptr<TestMetaFactoryBase<ParamType> > test_meta_factory;
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h911 internal::scoped_ptr<InternalRunDeathTestFlag> internal_run_death_test_flag_;
912 internal::scoped_ptr<internal::DeathTestFactory> death_test_factory_;
1173 const scoped_ptr<AbstractSocketWriter> socket_writer_;
H A Dgtest-port.cc353 scoped_ptr<Runnable> runnable_;
360 scoped_ptr<ThreadMainParam> param(static_cast<ThreadMainParam*>(ptr));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1584 scoped_ptr<ResultHolder> holder(
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc152 using testing::internal::scoped_ptr;
156 using testing::internal::scoped_ptr;

Completed in 78 milliseconds