Lines Matching refs:GetLocationOptions
93 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
109 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
133 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
158 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
182 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
217 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous); in SetCallback()
225 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous); in SetCallback()
233 GetLocationOptions()->ClearCallback(); in ClearCallback()
239 GetLocationOptions()->SetCondition (condition); in SetCondition()
370 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount()
412 BreakpointLocation::GetLocationOptions () in GetLocationOptions() function in BreakpointLocation