Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetSize
Method
GetSize
libs/drape_frontend/message_queue.cpp:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
size_t MessageQueue::GetSize() const
137
{
138
std::lock_guard<std::mutex> lock(m_mutex);
139
return m_messages.size() + m_lowPriorityMessages.size();
140
}
141
#endif
142
143
void MessageQueue::CancelWait()
Callers
14
MapResource
Method · 0.45
ReserveResource
Method · 0.45
UploadResources
Method · 0.45
SimplifySpline
Function · 0.45
CacheUserLines
Function · 0.45
ExtractTrafficGeometry
Function · 0.45
CacheRouteArrows
Method · 0.45
CacheRoute
Method · 0.45
operator()
Method · 0.45
ProcessLineRules
Method · 0.45
AddPointAndRound
Function · 0.45
Update
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36