HomeSort by relevance Sort by last modified time
    Searched defs:make_scoped_ptr (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/include/ceres/internal/
scoped_ptr.h 33 // 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/third_party/cld/base/
scoped_ptr.h 10 // 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/
scoped_ptr.h 434 // 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/
scoped_ptr.h 439 // 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
  /external/chromium_org/base/memory/
scoped_ptr.h 574 // Doing e.g. make_scoped_ptr(new FooBarBaz<type>(arg)) is a shorter notation
577 scoped_ptr<T> make_scoped_ptr(T* ptr) { function

Completed in 244 milliseconds