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

/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test_.cc44 using ::testing::internal::scoped_ptr;
H A Dgtest_stress_test.cc48 using internal::scoped_ptr;
122 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount];
H A Dgoogletest-output-test_.cc528 testing::internal::scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> >
H A Dgoogletest-port-test.cc221 // Tests that the element_type typedef is available in scoped_ptr and refers
224 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
227 // FIXME: Implement THE REST of scoped_ptr tests.
1098 scoped_ptr<ThreadType> counting_threads[kThreadCount];
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c198 if (EVP_EncryptUpdate(ctx, pdu->scoped_ptr, &olen, pdu->scoped_ptr,
200 EVP_EncryptFinal(ctx, pdu->scoped_ptr + olen, &olen) != 1)
232 if (EVP_DecryptUpdate(ctx, pdu->scoped_ptr, &olen, pdu->scoped_ptr,
234 EVP_DecryptFinal(ctx, pdu->scoped_ptr + olen, &olen) != 1)
H A Dsnmp.h192 u_char *scoped_ptr; member in struct:snmp_pdu
H A Dsnmp.c660 pdu->scoped_ptr = b->asn_ptr;
793 ASN_TYPE_CONSTRUCTED), &pdu->scoped_ptr) != ASN_ERR_OK)
867 if (asn_commit_header(b, pdu->scoped_ptr, NULL) != ASN_ERR_OK)
870 pdu->scoped_len = b->asn_ptr - pdu->scoped_ptr;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h227 const internal::scoped_ptr< ::std::stringstream> ss_;
H A Dgtest.h364 internal::scoped_ptr< ::std::string> message_;
496 const internal::scoped_ptr< GTEST_FLAG_SAVER_ > gtest_flag_saver_;
801 const internal::scoped_ptr<const ::std::string> type_param_;
804 const internal::scoped_ptr<const ::std::string> value_param_;
989 const internal::scoped_ptr<const ::std::string> type_param_;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h199 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
H A Dgtest-port.h228 // scoped_ptr - as in TR2.
1191 // Defines scoped_ptr.
1193 // This implementation of scoped_ptr is PARTIAL - it only contains
1196 class scoped_ptr { class in namespace:testing::internal
1200 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} function in class:testing::internal::scoped_ptr
1201 ~scoped_ptr() { reset(); }
1222 friend void swap(scoped_ptr& a, scoped_ptr& b) {
1230 GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr);
2049 scoped_ptr<ValueHolderFactor
[all...]
H A Dgtest-param-util.h156 scoped_ptr<ParamIteratorInterface<T> > impl_;
357 // Use of scoped_ptr helps manage cached value's lifetime,
359 mutable scoped_ptr<const T> value_;
609 const scoped_ptr<TestMetaFactoryBase<ParamType> > test_meta_factory;
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h916 internal::scoped_ptr<InternalRunDeathTestFlag> internal_run_death_test_flag_;
917 internal::scoped_ptr<internal::DeathTestFactory> death_test_factory_;
1178 const scoped_ptr<AbstractSocketWriter> socket_writer_;
H A Dgtest-port.cc409 scoped_ptr<Runnable> runnable_;
416 scoped_ptr<ThreadMainParam> param(static_cast<ThreadMainParam*>(ptr));
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1602 scoped_ptr<ResultHolder> holder(
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc150 using testing::internal::scoped_ptr;
154 using testing::internal::scoped_ptr;

Completed in 306 milliseconds