MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / size

Method size

binaryview.cpp:722–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720
721
722size_t StringRef::size() const
723{
724 if (!m_ref)
725 return 0;
726 return BNGetStringRefSize(m_ref);
727}
728
729
730Symbol::Symbol(BNSymbolType type, const string& shortName, const string& fullName, const string& rawName, uint64_t addr,

Callers 15

CreateTagListMethod · 0.45
ParseTypeStringMethod · 0.45
ParseTypesFromSourceMethod · 0.45
DefineTypesMethod · 0.45
DefineUserTypesMethod · 0.45
PullTypeArchiveTypesMethod · 0.45
PushTypeArchiveTypesMethod · 0.45
AddAutoSegmentsMethod · 0.45
AddUserSegmentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected