Lines Matching refs:CuePoint
285 CuePoint::CuePoint() in CuePoint() function in mkvmuxer::CuePoint
292 CuePoint::~CuePoint() {} in ~CuePoint()
294 bool CuePoint::Write(IMkvWriter* writer) const { in Write()
349 uint64_t CuePoint::PayloadSize() const { in PayloadSize()
365 uint64_t CuePoint::Size() const { in Size()
384 CuePoint* const cue = cue_entries_[i]; in ~Cues()
391 bool Cues::AddCue(CuePoint* cue) { in AddCue()
403 CuePoint** const cues = in AddCue()
404 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT in AddCue()
423 CuePoint* Cues::GetCueByIndex(int32_t index) const { in GetCueByIndex()
447 const CuePoint* const cue = GetCueByIndex(i); in Write()
463 const CuePoint* const cue = GetCueByIndex(i); in Write()
3139 CuePoint* const cue_point = cues_.GetCueByIndex(index); in MoveCuesBeforeClustersHelper()
3412 CuePoint* const cue = new (std::nothrow) CuePoint(); // NOLINT in AddCuePoint()