Lines Matching defs:SBBreakpointNameImpl
35 class SBBreakpointNameImpl {
37 SBBreakpointNameImpl(TargetSP target_sp, const char *name) {
48 SBBreakpointNameImpl(SBTarget &sb_target, const char *name);
49 bool operator==(const SBBreakpointNameImpl &rhs);
50 bool operator!=(const SBBreakpointNameImpl &rhs);
74 SBBreakpointNameImpl::SBBreakpointNameImpl(SBTarget &sb_target,
90 bool SBBreakpointNameImpl::operator==(const SBBreakpointNameImpl &rhs) {
94 bool SBBreakpointNameImpl::operator!=(const SBBreakpointNameImpl &rhs) {
98 lldb_private::BreakpointName *SBBreakpointNameImpl::GetBreakpointName() const {
115 m_impl_up = std::make_unique<SBBreakpointNameImpl>(sb_target, name);
133 std::make_unique<SBBreakpointNameImpl>(target.shared_from_this(), name);
153 m_impl_up = std::make_unique<SBBreakpointNameImpl>(
168 m_impl_up = std::make_unique<SBBreakpointNameImpl>(rhs.m_impl_up->GetTarget(),