| 89 | void reset() { set(NULL, 0, INT_MAX); } |
| 90 | const uchar *ptr() const { return m_ptr; } |
| 91 | uint length() const { return m_length; } |
| 92 | int initial_byte() const { return m_initial_byte; } |
| 93 | bool eq(const Term_string &other) const |
| 94 | { |
no outgoing calls
no test coverage detected