Lines Matching refs:ThreadSpec
145 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in BreakpointOptions()
161 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =()
216 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up); in CopyOverSetOptions()
335 ThreadSpec::GetSerializationKey(), thread_spec_dict); in CreateFromStructuredData()
338 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData()
339 ThreadSpec::CreateFromStructuredData(*thread_spec_dict, in CreateFromStructuredData()
384 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
493 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate()
497 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec()
500 m_thread_spec_up = std::make_unique<ThreadSpec>(); in GetThreadSpec()
512 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec()