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