Lines Matching refs:Cues
963 Cues(this, pos, size, element_start, element_size); in ParseHeaders()
1142 m_pCues = new (std::nothrow) Cues(this, pos, size, idpos, element_size); in DoLoadCluster()
1725 new (std::nothrow) Cues(this, pos, size, element_start, element_size); in ParseCues()
1826 Cues::Cues(Segment* pSegment, long long start_, long long size_, in Cues() function in mkvparser::Cues
1838 Cues::~Cues() { in ~Cues()
1854 long Cues::GetCount() const { in GetCount()
1861 bool Cues::DoneParsing() const { in DoneParsing()
1866 bool Cues::Init() const { in Init()
1912 bool Cues::PreloadCuePoint(long& cue_points_size, long long pos) const { in PreloadCuePoint()
1945 bool Cues::LoadCuePoint() const { in LoadCuePoint()
2009 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find()
2074 const CuePoint* Cues::GetFirst() const { in GetFirst()
2089 const CuePoint* Cues::GetLast() const { in GetLast()
2106 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { in GetNext()
2133 const BlockEntry* Cues::GetBlock(const CuePoint* pCP, in GetBlock()
2943 Cues(this, pos, size, element_start, element_size); in DoParseNext()
3214 const Cues* Segment::GetCues() const { return m_pCues; } in GetCues()