Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ empty
Method
empty
extern/libcds/test/stress/pqueue/pqueue_type.h:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
bool empty() const
107
{
108
scoped_lock l( m_Lock );
109
return m_PQueue.empty();
110
}
111
112
size_t size() const
113
{
Callers
15
test
Method · 0.45
pop
Method · 0.45
pop_with
Method · 0.45
clear
Method · 0.45
clear_with
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected