Home
last modified time | relevance | path

Searched refs:Testable (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/
Dstruct_ptr.h71 typedef Struct* StructPtr::*Testable; typedef
74 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0; } in Testable() function
136 typedef Struct InlinedStructPtr::*Testable; typedef
139 operator Testable() const { return is_null_ ? 0 : &InlinedStructPtr::value_; } in Testable() function
Dinterface_ptr.h108 typedef internal::InterfacePtrState<Interface> InterfacePtr::*Testable; typedef
111 operator Testable() const { in Testable() function
Dstring.h86 typedef std::string String::*Testable; typedef
89 operator Testable() const { return is_null_ ? 0 : &String::value_; } in Testable() function
Darray.h109 typedef std::vector<StorageType> Array::*Testable; typedef
112 operator Testable() const { return is_null_ ? 0 : &Array::vec_; } in Testable() function
/external/chromium_org/remoting/base/
Dtyped_buffer.h79 typedef T* TypedBuffer::*Testable; typedef
80 operator Testable() const { return buffer_ ? &TypedBuffer::buffer_ : NULL; } in Testable() function
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
Dscoped_ptr.h280 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
283 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
364 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
367 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
Dscoped_ptr.h285 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
288 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
369 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
372 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dscoped_ptr.h385 scoped_ptr::*Testable;
388 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
495 scoped_ptr::*Testable;
498 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/external/chromium_org/base/memory/
Dscoped_ptr.h394 scoped_ptr::*Testable;
397 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
504 scoped_ptr::*Testable;
507 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
Dweak_ptr.h222 typedef T* WeakPtr::*Testable; typedef
225 operator Testable() const { return get() ? &WeakPtr::ptr_ : NULL; } in Testable() function
/external/chromium_org/third_party/webrtc/base/
Dscoped_ptr.h392 scoped_ptr::*Testable;
395 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
513 scoped_ptr::*Testable;
516 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }