Searched defs:Testable (Results 1 - 7 of 7) sorted by relevance

/external/libweave/third_party/chromium/base/memory/
H A Dweak_ptr.h223 // will compile but do the wrong thing (i.e., convert to Testable
226 typedef T* WeakPtr::*Testable; typedef in class:base::WeakPtr::WeakPtr
229 operator Testable() const { return get() ? &WeakPtr::ptr_ : NULL; }
H A Dref_counted.h355 // will compile but do the wrong thing (i.e., convert to Testable
357 typedef T* scoped_refptr::*Testable; typedef in class:scoped_refptr::scoped_refptr
360 operator Testable() const { return ptr_ ? &scoped_refptr::ptr_ : nullptr; }
H A Dscoped_ptr.h374 // to Testable and then do the comparison).
377 scoped_ptr::*Testable; typedef in class:scoped_ptr::scoped_ptr
380 operator Testable() const {
469 scoped_ptr::*Testable; typedef in class:scoped_ptr::scoped_ptr
472 operator Testable() const {
/external/libchrome/base/memory/
H A Dref_counted.h368 // will compile but do the wrong thing (i.e., convert to Testable
370 typedef T* scoped_refptr::*Testable; typedef in class:scoped_refptr::scoped_refptr
373 operator Testable() const { return ptr_ ? &scoped_refptr::ptr_ : nullptr; }
H A Dscoped_ptr.h374 // to Testable and then do the comparison).
377 scoped_ptr::*Testable; typedef in class:scoped_ptr::scoped_ptr
380 operator Testable() const {
469 scoped_ptr::*Testable; typedef in class:scoped_ptr::scoped_ptr
472 operator Testable() const {
H A Dweak_ptr.h226 // will compile but do the wrong thing (i.e., convert to Testable
229 typedef T* WeakPtr::*Testable; typedef in class:base::WeakPtr::WeakPtr
232 operator Testable() const { return get() ? &WeakPtr::ptr_ : NULL; }
/external/webrtc/webrtc/base/
H A Dscoped_ptr.h409 // to Testable and then do the comparison).
412 scoped_ptr::*Testable; typedef in class:rtc::scoped_ptr::scoped_ptr
415 operator Testable() const {
538 scoped_ptr::*Testable; typedef in class:rtc::scoped_ptr::scoped_ptr
541 operator Testable() const {

Completed in 67 milliseconds