OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_ref
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
WeakPtr.h
88
WeakPtr(PassRefPtr<WeakReference<T> > ref) :
m_ref
(ref) { }
90
T* get() const { return
m_ref
?
m_ref
->get() : 0; }
93
operator UnspecifiedBoolType() const { return get() ? &WeakPtr::
m_ref
: 0; }
96
RefPtr<WeakReference<T> >
m_ref
;
member in class:WTF::WeakPtr
104
explicit WeakPtrFactory(T* ptr) :
m_ref
(WeakReference<T>::create(ptr)) { }
107
:
m_ref
(ref)
109
m_ref
->bindTo(ptr);
112
~WeakPtrFactory() {
m_ref
->clear(); }
114
// We should consider having createWeakPtr populate
m_ref
the first time createWeakPtr is called
126
RefPtr<WeakReference<T> >
m_ref
;
member in class:WTF::WeakPtrFactory
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp
304
explicit proxy(Reference const & x) :
m_ref
(x) {}
305
Reference* operator->() { return boost::addressof(
m_ref
); }
308
operator Reference*() { return boost::addressof(
m_ref
); }
309
Reference
m_ref
;
member in struct:boost::detail::operator_arrow_dispatch::proxy
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 561 milliseconds