/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/ |
H A D | SBQueue.cpp | 114 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 176 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/ |
H A D | SBQueue.cpp | 112 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 174 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/ |
H A D | SBQueue.cpp | 114 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 176 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/ |
H A D | SBQueue.cpp | 114 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 176 FetchItems(); in GetPendingItemAtIndex()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/ |
H A D | SBQueue.cpp | 112 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 174 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/ |
H A D | SBQueue.cpp | 112 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 174 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/ |
H A D | SBQueue.cpp | 112 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 174 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/ |
H A D | SBQueue.cpp | 114 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 176 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/ |
H A D | SBQueue.cpp | 114 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 176 FetchItems(); in GetPendingItemAtIndex()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/API/ |
H A D | SBQueue.cpp | 112 void FetchItems() { in FetchItems() function in lldb_private::QueueImpl 174 FetchItems(); in GetPendingItemAtIndex()
|
/dports/databases/akonadi/akonadi-21.12.3/src/private/ |
H A D | protocol.cpp | 63 case Command::FetchItems: in operator <<() 181 …l(CreateItem) case_label(CopyItems) case_label(DeleteItems) case_label(FetchItems) case_label(Link… in toJson() 246 …eleteItems, DeleteItemsCommand, DeleteItemsResponse) case_commandlabel(FetchItems, FetchItemsComma… in toJson() 371 registerType<Command::FetchItems, FetchItemsCommand, FetchItemsResponse>(); in FactoryPrivate()
|
H A D | protocol_p.h | 78 FetchItems, enumerator
|
/dports/databases/akonadi/akonadi-21.12.3/src/agentbase/ |
H A D | resourcescheduler.cpp | 132 t.type = FetchItems; in scheduleItemsFetch() 410 case FetchItems: in executeNext() 582 case FetchItems: in queueTypeForTaskType()
|
H A D | resourcescheduler_p.h | 44 FetchItems, enumerator
|
H A D | resourcebase.cpp | 1064 Q_ASSERT_X(scheduler->currentTask().type == ResourceScheduler::FetchItems, in slotPrepareItemsRetrievalResult() 1114 if (d->scheduler->currentTask().type == ResourceScheduler::FetchItems) { in itemsRetrievalDone() 1155 Q_ASSERT_X(d->scheduler->currentTask().type == ResourceScheduler::FetchItems, in currentItems() 1187 case ResourceScheduler::FetchItems: in cancelTask() 1326 if (d->scheduler->currentTask().type == ResourceScheduler::FetchItems) { in itemsRetrieved() 1366 if (scheduler->currentTask().type == ResourceScheduler::FetchItems) { in slotItemSyncDone()
|
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/ |
H A D | handlertest.cpp | 69 MAKE_CMD_ROW(Protocol::Command::FetchItems, ItemFetchHandler) in addAuthCommands()
|
/dports/databases/akonadi/akonadi-21.12.3/src/core/jobs/ |
H A D | itemsearchjob.cpp | 241 if (response->isResponse() && response->type() == Protocol::Command::FetchItems) { in doHandleResponse()
|
H A D | itemfetchjob.cpp | 196 if (!response->isResponse() || response->type() != Protocol::Command::FetchItems) { in doHandleResponse()
|
H A D | itemcreatejob.cpp | 193 if (response->isResponse() && response->type() == Protocol::Command::FetchItems) { in doHandleResponse()
|
/dports/databases/akonadi/akonadi-21.12.3/src/server/ |
H A D | handler.cpp | 87 case Protocol::Command::FetchItems: in findHandlerForCommandAuthenticated()
|
/dports/databases/akonadi/akonadi-21.12.3/autotests/private/ |
H A D | protocoltest.cpp | 39 QTest::newRow("fetchItems cmd") << Command::FetchItems << false << true; in testFactory_data() 40 QTest::newRow("fetchItems resp") << Command::FetchItems << true << true; in testFactory_data()
|