Home
last modified time | relevance | path

Searched refs:hasCredit (Results 1 – 3 of 3) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DServerPublisherStream.h177 bool hasCredit() { return credits.isSet && credits.val; } in hasCredit() function
340 if (!creditBuffer_.hasCredit()) { in onStreamRequestN()
374 DCHECK(creditBuffer_.hasCredit());
378 for (; creditBuffer_.hasCredit() && !buffer.empty(); buffer.pop()) {
412 while (creditBuffer_.hasCredit() && !queue_.wait(this)) {
421 DCHECK(!creditBuffer_.hasCredit());
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/tools/
H A Dkpimageinfo.h171 bool hasCredit() const;
H A Dkpimageinfo.cpp471 bool KPImageInfo::hasCredit() const in hasCredit() function in KIPIPlugins::KPImageInfo