MCPcopy 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

CopyFromFileEntryFunction · 0.45
PrepareDeflateMethod · 0.45
CompressBytesMethod · 0.45
FlushCompressedBytesMethod · 0.45
FinishMethod · 0.45
ReadMethod · 0.45
AlignmentPadVectorFunction · 0.45
DecodeDebugLocalInfoMethod · 0.45
FailureReasonIsSetMethod · 0.45
CreateTypeListMethod · 0.45
FindProtoIdMethod · 0.45

Calls

no outgoing calls

Tested by 5

DecodeBase64Function · 0.36
BuildMethod · 0.36
operator()Method · 0.36
Write32Method · 0.36
Write16Method · 0.36