Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ clear
Method
clear
Bcore/src/main/cpp/base/safe_map.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
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
Callers
15
ReadFdToString
Function · 0.45
ReadFileToString
Function · 0.45
Readlink
Function · 0.45
Realpath
Function · 0.45
GetProcessMemoryLayout
Method · 0.45
GetProcessModuleMap
Method · 0.45
addPattern
Method · 0.45
sectionEnded
Method · 0.45
runCurrentTest
Method · 0.45
handleUnfinishedSections
Method · 0.45
~ReusableStringStream
Method · 0.45
makeTestCase
Function · 0.45
Calls
no outgoing calls
Tested by
9
addPattern
Method · 0.36
sectionEnded
Method · 0.36
runCurrentTest
Method · 0.36
handleUnfinishedSections
Method · 0.36
~ReusableStringStream
Method · 0.36
makeTestCase
Function · 0.36
setTags
Function · 0.36
moveNext
Method · 0.36
testGroupStarting
Method · 0.36