Searched refs:GetQueueAtIndex (Results 1 – 6 of 6) sorted by relevance
48 lldb::QueueSP GetQueueAtIndex(uint32_t idx);
26 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex() function in QueueList
114 lldb::SBQueue GetQueueAtIndex(size_t index);
444 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex() function in SBProcess445 LLDB_RECORD_METHOD(lldb::SBQueue, SBProcess, GetQueueAtIndex, (size_t), in GetQueueAtIndex()456 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()1382 LLDB_REGISTER_METHOD(lldb::SBQueue, SBProcess, GetQueueAtIndex, (size_t)); in RegisterMethods()
178 GetQueueAtIndex (uint32_t index);
39537 result = (arg1)->GetQueueAtIndex(arg2); in _wrap_SBProcess_GetQueueAtIndex()