HomeSort by relevance Sort by last modified time
    Searched refs:scoped_ptr_impl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
scoped_ptr.h 99 class scoped_ptr_impl { class in namespace:i18n::phonenumbers
101 explicit scoped_ptr_impl(T* p) : data_(p) { } function in class:i18n::phonenumbers::scoped_ptr_impl
104 scoped_ptr_impl(T* p, const D& d) : data_(p, d) {} function in class:i18n::phonenumbers::scoped_ptr_impl
107 // scoped_ptr_impl.
109 scoped_ptr_impl(scoped_ptr_impl<U, V>* other) function in class:i18n::phonenumbers::scoped_ptr_impl
118 void TakeState(scoped_ptr_impl<U, V>* other) {
125 ~scoped_ptr_impl() {
164 void swap(scoped_ptr_impl& p2) {
181 template <typename U, typename V> friend class scoped_ptr_impl;
    [all...]
  /external/chromium_org/base/memory/
scoped_ptr.h 190 class scoped_ptr_impl { class in namespace:base::internal
192 explicit scoped_ptr_impl(T* p) : data_(p) { } function in class:base::internal::scoped_ptr_impl
195 scoped_ptr_impl(T* p, const D& d) : data_(p, d) {} function in class:base::internal::scoped_ptr_impl
198 // scoped_ptr_impl.
200 scoped_ptr_impl(scoped_ptr_impl<U, V>* other) function in class:base::internal::scoped_ptr_impl
209 void TakeState(scoped_ptr_impl<U, V>* other) {
216 ~scoped_ptr_impl() {
255 void swap(scoped_ptr_impl& p2) {
272 template <typename U, typename V> friend class scoped_ptr_impl;
    [all...]

Completed in 110 milliseconds