Searched refs:m_refs (Results 1 – 1 of 1) sorted by relevance
406 inline wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp()454 inline weakref_type* get_refs() const { return m_refs; } in get_refs()469 return m_refs == o.m_refs; // Implies m_ptr == o.mptr; see invariants below.479 return m_refs == o->getWeakRefs(); // Implies m_ptr == o.mptr.491 return _wp_compare_<std::greater>(m_refs, o.m_refs);500 return _wp_compare_<std::less>(m_refs, o.m_refs);514 weakref_type* m_refs; variable548 ret.m_refs = refs; in fromExisting()557 m_refs = other ? m_refs = other->createWeak(this) : nullptr; in wp()563 m_refs = other ? other->createWeak(this) : nullptr; in wp()[all …]