OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Testable
(Results
1 - 6
of
6
) sorted by null
/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/chromium/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/
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; }
642
typedef C* scoped_ptr_malloc::*
Testable
;
643
operator
Testable
() const { return ptr_ ? &scoped_ptr_malloc::ptr_ : NULL; }
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; }
/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; }
Completed in 155 milliseconds