MCPcopy 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
136size_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
143void MessageQueue::CancelWait()

Callers 14

MapResourceMethod · 0.45
ReserveResourceMethod · 0.45
UploadResourcesMethod · 0.45
SimplifySplineFunction · 0.45
CacheUserLinesFunction · 0.45
ExtractTrafficGeometryFunction · 0.45
CacheRouteArrowsMethod · 0.45
CacheRouteMethod · 0.45
operator()Method · 0.45
ProcessLineRulesMethod · 0.45
AddPointAndRoundFunction · 0.45
UpdateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36