MCPcopy Create free account
hub / github.com/ceph/ceph / clear

Method clear

src/msg/async/dpdk/queue.h:61–65  ·  view source on GitHub ↗

Destroy any items in the queue

Source from the content-addressed store, hash-verified

59
60 // Destroy any items in the queue
61 void clear() {
62 while (!_q.empty()) {
63 _q.pop();
64 }
65 }
66};
67
68template <typename T>

Callers 15

clear_payloadMethod · 0.45
clear_dataMethod · 0.45
parseMethod · 0.45
decodeMethod · 0.45
shutdown_connectionsMethod · 0.45
reap_deadMethod · 0.45
compressMethod · 0.45
decompressMethod · 0.45
faultMethod · 0.45
shutdown_socketMethod · 0.45
discardMethod · 0.45
flushMethod · 0.45

Calls 2

emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected