Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/tags/
H A DMusicInfoTag.cpp226 return m_Votes; in GetVotes()
574 m_Votes = votes; in SetVotes()
949 value["votes"] = m_Votes; in Serialize()
1005 case FieldVotes: sortable[FieldVotes] = m_Votes; break; in ToSortable()
1059 ar << m_Votes; in Archive()
1123 ar >> m_Votes; in Archive()
1189 m_Votes = 0; in Clear()
H A DMusicInfoTag.h244 int m_Votes; variable