MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / erase

Method erase

Bcore/src/main/cpp/base/safe_map.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 void swap(Self& other) { map_.swap(other.map_); }
71 void clear() { map_.clear(); }
72 iterator erase(iterator it) { return map_.erase(it); }
73 size_type erase(const K& k) { return map_.erase(k); }
74
75 iterator find(const K& k) { return map_.find(k); }

Callers 11

GetJniShortNameFunction · 0.80
operator++Method · 0.80
popScopedMessageMethod · 0.80
applyFilenamesAsTagsFunction · 0.80
setTagsFunction · 0.80
get_traced_filenameFunction · 0.80
GetFileDescriptorTracedFunction · 0.80
get_traced_socketFunction · 0.80
get_traced_filenameFunction · 0.80
RemoveElementFunction · 0.80

Calls

no outgoing calls

Tested by 4

operator++Method · 0.64
popScopedMessageMethod · 0.64
applyFilenamesAsTagsFunction · 0.64
setTagsFunction · 0.64