Home
last modified time | relevance | path

Searched refs:m_nSize (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.h126 …int m_nSize; // the complete size of the tag, including this footer (excludes heade… variable
139 m_nSize = nFieldBytes + APE_TAG_FOOTER_BYTES;
143 int GetTotalTagBytes() { return m_nSize + (GetHasHeader() ? APE_TAG_FOOTER_BYTES : 0); } in GetTotalTagBytes()
144 int GetFieldBytes() { return m_nSize - APE_TAG_FOOTER_BYTES; } in GetFieldBytes()