Searched refs:m_bytes (Results 1 – 2 of 2) sorted by relevance
1752 ~fixit_hint () { free (m_bytes); } in ~fixit_hint()1761 const char *get_string () const { return m_bytes; } in get_string()1775 char *m_bytes; variable
2418 m_bytes (xstrdup (new_content)), in fixit_hint()2464 m_bytes = (char *)xrealloc (m_bytes, m_len + extra_len + 1); in maybe_append()2465 memcpy (m_bytes + m_len, new_content, extra_len); in maybe_append()2467 m_bytes[m_len] = '\0'; in maybe_append()2478 return m_bytes[m_len - 1] == '\n'; in ends_with_newline_p()