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

/external/chromium_org/remoting/base/
H A Dtyped_buffer.h79 typedef T* TypedBuffer::*Testable; typedef in class:remoting::TypedBuffer::TypedBuffer
80 operator Testable() const { return buffer_ ? &TypedBuffer::buffer_ : NULL; }
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_ptr.h108 typedef internal::InterfacePtrState<Interface> InterfacePtr::*Testable; typedef in class:mojo::InterfacePtr::InterfacePtr
111 operator Testable() const {
H A Dstring.h86 typedef std::string String::*Testable; typedef in class:mojo::String::String
89 operator Testable() const { return is_null_ ? 0 : &String::value_; }
H A Dstruct_ptr.h71 typedef Struct* StructPtr::*Testable; typedef in class:mojo::StructPtr::StructPtr
74 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0; }
136 typedef Struct InlinedStructPtr::*Testable; typedef in class:mojo::InlinedStructPtr::InlinedStructPtr
139 operator Testable() const { return is_null_ ? 0 : &InlinedStructPtr::value_; }
H A Darray.h109 typedef std::vector<StorageType> Array::*Testable; typedef in class:mojo::Array::Array
112 operator Testable() const { return is_null_ ? 0 : &Array::vec_; }
/external/chromium_org/base/memory/
H A Dscoped_ptr.h391 // to Testable and then do the comparison).
394 scoped_ptr::*Testable; typedef in class:scoped_ptr::scoped_ptr
397 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
504 scoped_ptr::*Testable; typedef in class:scoped_ptr::scoped_ptr
507 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
H A Dweak_ptr.h219 // will compile but do the wrong thing (i.e., convert to Testable
222 typedef T* WeakPtr::*Testable; typedef in class:base::WeakPtr::WeakPtr
225 operator Testable() const { return get() ? &WeakPtr::ptr_ : NULL; }
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h280 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable; typedef in class:i18n::addressinput::scoped_ptr::scoped_ptr
283 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
364 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable; typedef in class:i18n::addressinput::scoped_ptr::scoped_ptr
367 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h285 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable; typedef in class:i18n::phonenumbers::scoped_ptr::scoped_ptr
288 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
369 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable; typedef in class:i18n::phonenumbers::scoped_ptr::scoped_ptr
372 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ptr.h389 // to Testable and then do the comparison).
392 scoped_ptr::*Testable; typedef in class:rtc::scoped_ptr::scoped_ptr
395 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
513 scoped_ptr::*Testable; typedef in class:rtc::scoped_ptr::scoped_ptr
516 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h382 // to Testable and then do the comparison).
385 scoped_ptr::*Testable; typedef in class:webrtc::scoped_ptr::scoped_ptr
388 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
495 scoped_ptr::*Testable; typedef in class:webrtc::scoped_ptr::scoped_ptr
498 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }

Completed in 326 milliseconds