Lines Matching refs:ThreadSpec
137 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in BreakpointOptions()
153 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =()
208 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up); in CopyOverSetOptions()
327 ThreadSpec::GetSerializationKey(), thread_spec_dict); in CreateFromStructuredData()
330 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData()
331 ThreadSpec::CreateFromStructuredData(*thread_spec_dict, in CreateFromStructuredData()
376 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
485 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate()
489 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec()
492 m_thread_spec_up = std::make_unique<ThreadSpec>(); in GetThreadSpec()
504 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec()