Searched refs:ShallowCopy (Results 1 – 11 of 11) sorted by relevance
631 void ShallowCopy(Display&) const;662 void ShallowCopy(Atom&) const;693 void ShallowCopy(Edition&) const;751 void ShallowCopy(SimpleTag&) const;772 void ShallowCopy(Tag&) const;
3294 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()3336 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition3409 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()3462 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom3597 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()3623 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display3760 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()3802 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag3874 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()3897 void Tags::SimpleTag::ShallowCopy(SimpleTag& rhs) const { in ShallowCopy() function in mkvparser::Tags::SimpleTag
600 void ShallowCopy(Display&) const;631 void ShallowCopy(Atom&) const;662 void ShallowCopy(Edition&) const;720 void ShallowCopy(SimpleTag&) const;741 void ShallowCopy(Tag&) const;
3302 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()3344 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition3417 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()3470 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom3605 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()3631 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display3768 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()3810 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag3882 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()3905 void Tags::SimpleTag::ShallowCopy(SimpleTag& rhs) const { in ShallowCopy() function in mkvparser::Tags::SimpleTag
158 void VideoFrame::ShallowCopy(const VideoFrame& videoFrame) { in ShallowCopy() function in webrtc::VideoFrame220 frame.ShallowCopy(*this); in ConvertNativeToI420Frame()
117 TEST(TestVideoFrame, ShallowCopy) { in TEST() argument144 frame2.ShallowCopy(frame1); in TEST()
83 void ShallowCopy(const VideoFrame& videoFrame);
108 captured_frame_.ShallowCopy(incoming_frame); in IncomingCapturedFrame()
167 last_frame_.ShallowCopy(frame); in IncomingCapturedFrame()
1005 void ShallowCopy(Chapter* dst) const;1130 void ShallowCopy(Tag* dst) const;
1913 void Chapter::ShallowCopy(Chapter* dst) const { in ShallowCopy() function in mkvmuxer::Chapter2145 src.ShallowCopy(dst); in ExpandChaptersArray()2218 void Tag::ShallowCopy(Tag* dst) const { in ShallowCopy() function in mkvmuxer::Tag2413 src.ShallowCopy(dst); in ExpandTagsArray()