HomeSort by relevance Sort by last modified time
    Searched refs:Testable (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/
struct_ptr.h 72 typedef Struct* StructPtr::*Testable;
75 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0; }
134 typedef Struct InlinedStructPtr::*Testable;
137 operator Testable() const { return is_null_ ? 0 : &InlinedStructPtr::value_; }
array.h 106 typedef std::vector<StorageType> Array::*Testable;
109 operator Testable() const { return is_null_ ? 0 : &Array::vec_; }
string.h 88 typedef std::string String::*Testable;
91 operator Testable() const { return is_null_ ? 0 : &String::value_; }
  /external/chromium_org/remoting/base/
typed_buffer.h 79 typedef T* TypedBuffer::*Testable;
80 operator Testable() const { return buffer_ ? &TypedBuffer::buffer_ : NULL; }
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
scoped_ptr.h 281 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
284 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
365 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
368 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
scoped_ptr.h 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; }
  /external/chromium_org/base/memory/
weak_ptr.h 219 // will compile but do the wrong thing (i.e., convert to Testable
222 typedef T* WeakPtr::*Testable;
225 operator Testable() const { return get() ? &WeakPtr::ptr_ : NULL; }
scoped_ptr.h 391 // to Testable and then do the comparison).
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; }
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
scoped_ptr.h 403 // to Testable and then do the comparison).
407 scoped_ptr::*Testable;
410 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
519 scoped_ptr::*Testable;
522 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_ptr.h 384 // to Testable and then do the comparison).
387 scoped_ptr::*Testable;
390 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
508 scoped_ptr::*Testable;
511 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
  /external/chromium_org/third_party/webrtc/base/
scoped_ptr.h 389 // to Testable and then do the comparison).
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; }
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
scoped_ptr.h 382 // to Testable and then do the comparison).
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; }

Completed in 434 milliseconds