Lines Matching refs:ThreadSpec
157 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in BreakpointOptions()
173 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =()
227 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up); in CopyOverSetOptions()
346 ThreadSpec::GetSerializationKey(), thread_spec_dict); in CreateFromStructuredData()
349 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData()
350 ThreadSpec::CreateFromStructuredData(*thread_spec_dict, in CreateFromStructuredData()
395 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
504 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate()
508 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec()
511 m_thread_spec_up = std::make_unique<ThreadSpec>(); in GetThreadSpec()
523 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec()