Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ size
Method
size
Bcore/src/main/cpp/base/safe_map.h:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
bool empty() const { return map_.empty(); }
68
size_type size() const { return map_.size(); }
69
70
void swap(Self& other) { map_.swap(other.map_); }
71
void clear() { map_.clear(); }
Callers
15
CopyFromFileEntry
Function · 0.45
StartAlignedEntryWithTime
Method · 0.45
PrepareDeflate
Method · 0.45
CompressBytes
Method · 0.45
FlushCompressedBytes
Method · 0.45
Finish
Method · 0.45
Read
Method · 0.45
AlignmentPadVector
Function · 0.45
DecodeDebugLocalInfo
Method · 0.45
FailureReasonIsSet
Method · 0.45
CreateTypeList
Method · 0.45
FindProtoId
Method · 0.45
Calls
no outgoing calls
Tested by
5
DecodeBase64
Function · 0.36
Build
Method · 0.36
operator()
Method · 0.36
Write32
Method · 0.36
Write16
Method · 0.36