Searched defs:make_scoped_ptr (Results 1 - 5 of 5) sorted by path

/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h33 // scoped_array, scoped_ptr_malloc, and make_scoped_ptr.
51 scoped_ptr<C> make_scoped_ptr(C *);
131 friend scoped_ptr<C> make_scoped_ptr<C>(C *p);
171 scoped_ptr<C> make_scoped_ptr(C *p) { function in namespace:ceres::internal
/external/chromium_org/base/memory/
H A Dscoped_ptr.h574 // Doing e.g. make_scoped_ptr(new FooBarBaz<type>(arg)) is a shorter notation
577 scoped_ptr<T> make_scoped_ptr(T* ptr) { function
/external/chromium_org/third_party/cld/base/
H A Dscoped_ptr.h10 // scoped_array, scoped_ptr_malloc, and make_scoped_ptr.
33 scoped_ptr<C> make_scoped_ptr(C *);
115 friend scoped_ptr<C> make_scoped_ptr<C>(C *p);
155 scoped_ptr<C> make_scoped_ptr(C *p) { function
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h434 // Doing e.g. make_scoped_ptr(new FooBarBaz<type>(arg)) is a shorter notation
437 scoped_ptr<T> make_scoped_ptr(T* ptr) { function in namespace:i18n::addressinput
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h439 // Doing e.g. make_scoped_ptr(new FooBarBaz<type>(arg)) is a shorter notation
442 scoped_ptr<T> make_scoped_ptr(T* ptr) { function in namespace:i18n::phonenumbers

Completed in 770 milliseconds