MCPcopy Create free account
hub / github.com/comaps/comaps / find

Method find

libs/geometry/packer.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143Packer::find_result_t Packer::find(handle_t handle) const
144{
145 rects_t::const_iterator it = m_rects.find(handle);
146 std::pair<bool, m2::RectU> res;
147 res.first = (it != m_rects.end());
148 if (res.first)
149 res.second = it->second;
150 return res;
151}
152
153void Packer::remove(handle_t handle)
154{

Callers 15

check_emailFunction · 0.45
cat_stat.pyFile · 0.45
strip_queryMethod · 0.45
parse_routeFunction · 0.45
ignored_segments_numberFunction · 0.45
parse_segmentsFunction · 0.45
mergeFunction · 0.45
PointToMwmIdClass · 0.45
GetTokenFunction · 0.45
utils.cppFile · 0.45
ForTracksSortedByMwmNameFunction · 0.45

Calls 1

endMethod · 0.45

Tested by 15

TestMaxspeedsSectionFunction · 0.36
UNIT_TESTFunction · 0.36
GetNodeMethod · 0.36
GetWayMethod · 0.36
CheckPostcodeExistsFunction · 0.36
ConvertIdsToPointsFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
ReadMethod · 0.36
ReadMethod · 0.36
GetRelationMethod · 0.36
ForEachRelationByIdMethod · 0.36