Home | History | Annotate | Download | only in libwebm

Lines Matching refs:nothrow

302     str = new (std::nothrow) char[size+1];

447 buf = new (std::nothrow) unsigned char[buflen_];
830 pSegment = new (std::nothrow) Segment(
957 m_pInfo = new (std::nothrow) SegmentInfo(
977 m_pTracks = new (std::nothrow) Tracks(this,
995 m_pCues = new (std::nothrow) Cues(
1010 m_pSeekHead = new (std::nothrow) SeekHead(
1896 m_entries = new (std::nothrow) Entry[entry_count];
1901 m_void_elements = new (std::nothrow) VoidElement[void_element_count];
2165 m_pCues = new (std::nothrow) Cues(
4730 dst = new (std::nothrow) char[len+1];
4778 dst.codecPrivate = new (std::nothrow) unsigned char[codecPrivateSize];
5218 pTrack = new (std::nothrow) VideoTrack(pSegment, elem_st, elem_sz);
5452 pTrack = new (std::nothrow) AudioTrack(pSegment, elem_st, elem_sz);
5640 m_trackEntries = new (std::nothrow) Track*[count];
5870 const buf_t buf = new (std::nothrow) unsigned char[buflen];
7492 pEntry = new (std::nothrow) BlockGroup(
7536 pEntry = new (std::nothrow) SimpleBlock(this, idx, st, sz);