Home | History | Annotate | Download | only in include

Lines Matching refs:m_owned

553   : m_buffer (NULL), m_owned (false)
558 if (m_owned)
564 : m_buffer (other.m_buffer), m_owned (other.m_owned)
572 if (m_owned)
575 m_owned = other.m_owned;
600 m_owned = false;
610 return m_owned;
615 bool m_owned;
618 : m_buffer (buffer), m_owned (owned)