Searched refs:Testable (Results 1 – 11 of 11) sorted by relevance
71 typedef Struct* StructPtr::*Testable; typedef74 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0; } in Testable() function136 typedef Struct InlinedStructPtr::*Testable; typedef139 operator Testable() const { return is_null_ ? 0 : &InlinedStructPtr::value_; } in Testable() function
108 typedef internal::InterfacePtrState<Interface> InterfacePtr::*Testable; typedef111 operator Testable() const { in Testable() function
86 typedef std::string String::*Testable; typedef89 operator Testable() const { return is_null_ ? 0 : &String::value_; } in Testable() function
109 typedef std::vector<StorageType> Array::*Testable; typedef112 operator Testable() const { return is_null_ ? 0 : &Array::vec_; } in Testable() function
79 typedef T* TypedBuffer::*Testable; typedef80 operator Testable() const { return buffer_ ? &TypedBuffer::buffer_ : NULL; } in Testable() function
280 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; }
285 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; }
385 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; }
394 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; }
222 typedef T* WeakPtr::*Testable; typedef225 operator Testable() const { return get() ? &WeakPtr::ptr_ : NULL; } in Testable() function
392 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; }