Searched defs:intrusive_ptr_target (Results 1 – 1 of 1) sorted by relevance
16 class intrusive_ptr_target; variable147 constexpr intrusive_ptr_target() noexcept : refcount_(0), weakcount_(0) {} in intrusive_ptr_target() function152 intrusive_ptr_target(intrusive_ptr_target&& /*other*/) noexcept in intrusive_ptr_target() function159 intrusive_ptr_target(const intrusive_ptr_target& /*other*/) noexcept in intrusive_ptr_target() argument