Lines Matching refs:ThreadSpec
146 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in BreakpointOptions()
162 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =()
217 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up); in CopyOverSetOptions()
336 ThreadSpec::GetSerializationKey(), thread_spec_dict); in CreateFromStructuredData()
339 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData()
340 ThreadSpec::CreateFromStructuredData(*thread_spec_dict, in CreateFromStructuredData()
385 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
494 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate()
498 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec()
501 m_thread_spec_up = std::make_unique<ThreadSpec>(); in GetThreadSpec()
513 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec()