Lines Matching refs:nothrow
269 str = new (std::nothrow) char[size + 1];
402 buf = new (std::nothrow) unsigned char[buflen_];
734 pSegment = new (std::nothrow) Segment(pReader, idpos,
854 m_pInfo = new (std::nothrow)
868 m_pTracks = new (std::nothrow)
880 m_pCues = new (std::nothrow)
888 m_pSeekHead = new (std::nothrow)
901 m_pChapters = new (std::nothrow)
1713 m_entries = new (std::nothrow) Entry[entry_count];
1718 m_void_elements = new (std::nothrow) VoidElement[void_element_count];
1957 new (std::nothrow) Cues(this, pos, size, element_start, element_size);
3910 Edition* const editions = new (std::nothrow) Edition[size];
4023 Atom* const atoms = new (std::nothrow) Atom[size];
4209 Display* const displays = new (std::nothrow) Display[size];
4560 new (std::nothrow) ContentCompression* [compression_count];
4568 new (std::nothrow) ContentEncryption* [encryption_count];
4597 new (std::nothrow) ContentCompression();
4610 new (std::nothrow) ContentEncryption();
4661 const buf_t buf = new (std::nothrow) unsigned char[buflen];
4718 const buf_t buf = new (std::nothrow) unsigned char[buflen];
4742 const buf_t buf = new (std::nothrow) unsigned char[buflen];
4766 const buf_t buf = new (std::nothrow) unsigned char[buflen];
4828 new (std::nothrow) Track(pSegment, element_start, element_size);
4893 dst = new (std::nothrow) char[len + 1];
4944 dst.codecPrivate = new (std::nothrow) unsigned char[codecPrivateSize];
5297 content_encoding_entries_ = new (std::nothrow) ContentEncoding* [count];
5313 new (std::nothrow) ContentEncoding();
5404 new (std::nothrow) VideoTrack(pSegment, element_start, element_size);
5595 new (std::nothrow) AudioTrack(pSegment, element_start, element_size);
5664 m_trackEntries = new (std::nothrow) Track* [count];
5850 const buf_t buf = new (std::nothrow) unsigned char[buflen];
7384 pEntry = new (std::nothrow)
7416 pEntry = new (std::nothrow) SimpleBlock(this, idx, st, sz);