Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 7 of 7) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DBASSMidiLibrary.h16 const char *comment; member
H A DSongInfo.h51 wstring comment; // 注释 member
H A DAudioCommon.h37 char comment[28]; member
H A DPropertyTabDlg.cpp709 CString comment{ _T("id:") }; in OnPorpertyOnlineInfoAcquired() local
H A DAudioTagOld.cpp65 string title, artist, album, year, comment; in WriteMp3Tag() local
H A Dbass.h674 char comment[30]; member
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp1264 …XMLComment* comment = doc->NewComment( Value() ); // fixme: this will always allocate memory. Inte… in ShallowClone() local
1272 const XMLComment* comment = compare->ToComment(); in ShallowEqual() local
1985 XMLComment* XMLElement::InsertNewComment(const char* comment) in InsertNewComment()
2221 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool ); in NewComment() local
2862 void XMLPrinter::PushComment( const char* comment ) in PushComment()
2932 bool XMLPrinter::Visit( const XMLComment& comment ) in Visit()