Lines Matching refs:nothrow

52   return new (std::nothrow) Type[static_cast<size_t>(num_bytes)];  in SafeArrayAlloc()
798 pSegment = new (std::nothrow) Segment(pReader, idpos, pos, size); in CreateInstance()
936 m_pInfo = new (std::nothrow) in ParseHeaders()
950 m_pTracks = new (std::nothrow) in ParseHeaders()
962 m_pCues = new (std::nothrow) in ParseHeaders()
970 m_pSeekHead = new (std::nothrow) in ParseHeaders()
983 m_pChapters = new (std::nothrow) in ParseHeaders()
996 m_pTags = new (std::nothrow) in ParseHeaders()
1142 m_pCues = new (std::nothrow) Cues(this, pos, size, idpos, element_size); in DoLoadCluster()
1350 Cluster** const qq = new (std::nothrow) Cluster*[n]; in AppendCluster()
1407 Cluster** const qq = new (std::nothrow) Cluster*[n]; in PreloadCluster()
1528 m_entries = new (std::nothrow) Entry[entry_count]; in Parse()
1533 m_void_elements = new (std::nothrow) VoidElement[void_element_count]; in Parse()
1725 new (std::nothrow) Cues(this, pos, size, element_start, element_size); in ParseCues()
1919 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint()
1937 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint()
2345 m_track_positions = new (std::nothrow) TrackPosition[m_track_positions_count]; in Load()
2942 m_pCues = new (std::nothrow) in DoParseNext()
3296 Edition* const editions = new (std::nothrow) Edition[size]; in ExpandEditionsArray()
3411 Atom* const atoms = new (std::nothrow) Atom[size]; in ExpandAtomsArray()
3599 Display* const displays = new (std::nothrow) Display[size]; in ExpandDisplaysArray()
3762 Tag* const tags = new (std::nothrow) Tag[size]; in ExpandTagsArray()
3876 SimpleTag* const displays = new (std::nothrow) SimpleTag[size]; in ExpandSimpleTagsArray()
4225 new (std::nothrow) ContentCompression*[compression_count]; in ParseContentEncodingEntry()
4233 new (std::nothrow) ContentEncryption*[encryption_count]; in ParseContentEncodingEntry()
4258 new (std::nothrow) ContentCompression(); in ParseContentEncodingEntry()
4270 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry()
4479 new (std::nothrow) Track(pSegment, element_start, element_size); in Create()
4934 content_encoding_entries_ = new (std::nothrow) ContentEncoding*[count]; in ParseContentEncodingsEntry()
4950 new (std::nothrow) ContentEncoding(); in ParseContentEncodingsEntry()
5288 new (std::nothrow) VideoTrack(pSegment, element_start, element_size); in Parse()
5491 new (std::nothrow) AudioTrack(pSegment, element_start, element_size); in Parse()
5562 m_trackEntries = new (std::nothrow) Track*[count]; in Parse()
6670 new (std::nothrow) Cluster(pSegment, idx, element_start); in Create()
7015 m_entries = new (std::nothrow) BlockEntry*[m_entries_size]; in CreateBlock()
7028 BlockEntry** const entries = new (std::nothrow) BlockEntry*[entries_size]; in CreateBlock()
7139 pEntry = new (std::nothrow) in CreateBlockGroup()
7171 pEntry = new (std::nothrow) SimpleBlock(this, idx, st, sz); in CreateSimpleBlock()
7569 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()
7602 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()