Home
last modified time | relevance | path

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

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/id3v2/frames/
H A Dchapterframe.h232 static ChapterFrame *findByElementID(const Tag *tag, const ByteVector &eID);
H A Dtableofcontentsframe.h234 static TableOfContentsFrame *findByElementID(const Tag *tag, const ByteVector &eID);
H A Dchapterframe.cpp226 ChapterFrame *ChapterFrame::findByElementID(const ID3v2::Tag *tag, const ByteVector &eID) // static in findByElementID() function in ChapterFrame
H A Dtableofcontentsframe.cpp247 TableOfContentsFrame *TableOfContentsFrame::findByElementID(const ID3v2::Tag *tag, in findByElementID() function in TableOfContentsFrame
/dports/audio/taglib/taglib-1.12/taglib/mpeg/id3v2/frames/
H A Dchapterframe.h232 static ChapterFrame *findByElementID(const Tag *tag, const ByteVector &eID);
H A Dtableofcontentsframe.h234 static TableOfContentsFrame *findByElementID(const Tag *tag, const ByteVector &eID);
H A Dchapterframe.cpp226 ChapterFrame *ChapterFrame::findByElementID(const ID3v2::Tag *tag, const ByteVector &eID) // static in findByElementID() function in ChapterFrame
H A Dtableofcontentsframe.cpp251 TableOfContentsFrame *TableOfContentsFrame::findByElementID(const ID3v2::Tag *tag, in findByElementID() function in TableOfContentsFrame
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/id3v2/frames/
H A Dchapterframe.h232 static ChapterFrame *findByElementID(const Tag *tag, const ByteVector &eID);
H A Dtableofcontentsframe.h234 static TableOfContentsFrame *findByElementID(const Tag *tag, const ByteVector &eID);
H A Dchapterframe.cpp226 ChapterFrame *ChapterFrame::findByElementID(const ID3v2::Tag *tag, const ByteVector &eID) // static in findByElementID() function in ChapterFrame
H A Dtableofcontentsframe.cpp247 TableOfContentsFrame *TableOfContentsFrame::findByElementID(const ID3v2::Tag *tag, in findByElementID() function in TableOfContentsFrame
/dports/audio/taglib/taglib-1.12/tests/
H A Dtest_id3v2.cpp1602 CPPUNIT_ASSERT(!ID3v2::ChapterFrame::findByElementID(tag, "chap2")); in testParseTOCFrameWithManyChildren()
1603 CPPUNIT_ASSERT(ID3v2::ChapterFrame::findByElementID(tag, "chapter2")); in testParseTOCFrameWithManyChildren()
1606 CPPUNIT_ASSERT(!ID3v2::TableOfContentsFrame::findByElementID(tag, "ctoc")); in testParseTOCFrameWithManyChildren()
1607 CPPUNIT_ASSERT(ID3v2::TableOfContentsFrame::findByElementID(tag, "toc")); in testParseTOCFrameWithManyChildren()