Searched refs:TakeState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h205 void TakeState(scoped_ptr_impl<U, V>* other) { function in class:webrtc::internal::scoped_ptr_impl
352 impl_.TakeState(&rhs.impl_);
472 impl_.TakeState(&rhs.object->impl_);
/external/chromium_org/base/memory/
H A Dscoped_ptr.h209 void TakeState(scoped_ptr_impl<U, V>* other) { function in class:base::internal::scoped_ptr_impl
361 impl_.TakeState(&rhs.impl_);
481 impl_.TakeState(&rhs.object->impl_);
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ptr.h203 void TakeState(scoped_ptr_impl<U, V>* other) { function in class:rtc::internal::scoped_ptr_impl
359 impl_.TakeState(&rhs.impl_);
490 impl_.TakeState(&rhs.object->impl_);
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h113 void TakeState(scoped_ptr_impl<U, V>* other) { function in class:i18n::addressinput::scoped_ptr_impl
253 impl_.TakeState(&rhs.impl_);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h118 void TakeState(scoped_ptr_impl<U, V>* other) { function in class:i18n::phonenumbers::scoped_ptr_impl
258 impl_.TakeState(&rhs.impl_);

Completed in 243 milliseconds