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

123

/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dscoped_ptr.h40 // from google3/base/scoped_ptr.h
45 // implementation of the scoped_ptr class, and its closely-related brethren,
48 template <class C> class scoped_ptr;
51 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
53 // That is, scoped_ptr<T> owns the T object that it points to.
54 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
56 // The size of a scoped_ptr is small:
57 // sizeof(scoped_ptr<C>) == sizeof(C*)
59 class scoped_ptr { class in namespace:google::protobuf::internal
68 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
[all...]
H A Dcommon.h46 #include <google/protobuf/stubs/scoped_ptr.h>
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Ddynamic_message.h124 scoped_ptr<PrototypeMap> prototypes_;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Ddynamic_message.h124 scoped_ptr<PrototypeMap> prototypes_;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Ddynamic_message.h124 scoped_ptr<PrototypeMap> prototypes_;
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Ddynamic_message.h124 scoped_ptr<PrototypeMap> prototypes_;
/prebuilts/ndk/current/sources/third_party/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];
/prebuilts/ndk/r11/sources/third_party/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];
/prebuilts/ndk/r13/sources/third_party/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];
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Ddynamic_message.h130 google::protobuf::scoped_ptr<PrototypeMap> prototypes_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h56 #include <google/protobuf/stubs/scoped_ptr.h>
178 const google::protobuf::scoped_ptr<ResultCallback<string*> > callback_;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
H A Dcommon.h427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
[all...]
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-message.h224 const internal::scoped_ptr< ::std::stringstream> ss_;
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-message.h224 const internal::scoped_ptr< ::std::stringstream> ss_;
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-message.h224 const internal::scoped_ptr< ::std::stringstream> ss_;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h136 scoped_ptr<ParamIteratorInterface<T> > impl_;
337 // Use of scoped_ptr helps manage cached value's lifetime,
339 mutable scoped_ptr<const T> value_;
535 const scoped_ptr<TestMetaFactoryBase<ParamType> > test_meta_factory;
H A Dgtest-death-test-internal.h195 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h136 scoped_ptr<ParamIteratorInterface<T> > impl_;
337 // Use of scoped_ptr helps manage cached value's lifetime,
339 mutable scoped_ptr<const T> value_;
535 const scoped_ptr<TestMetaFactoryBase<ParamType> > test_meta_factory;
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h136 scoped_ptr<ParamIteratorInterface<T> > impl_;
337 // Use of scoped_ptr helps manage cached value's lifetime,
339 mutable scoped_ptr<const T> value_;
535 const scoped_ptr<TestMetaFactoryBase<ParamType> > test_meta_factory;

Completed in 1097 milliseconds

123