| 3969 | const char* c_str() const; |
| 3970 | size_t size() const; |
| 3971 | BNStringRef* GetObject() { return m_ref; } |
| 3972 | |
| 3973 | bool operator==(const StringRef& other) const { return this->operator std::string_view() == other.operator std::string_view(); } |
| 3974 | bool operator!=(const StringRef& other) const { return this->operator std::string_view() != other.operator std::string_view(); } |
no outgoing calls
no test coverage detected