Searched refs:impl_copy (Results 1 – 1 of 1) sorted by relevance
196 … inline FileType ( const FileType& rCopy ) { impl_copy( rCopy ); } in FileType()198 … inline FileType& operator= ( const FileType& rCopy ) { return impl_copy( rCopy ); } in operator =()218 inline FileType& impl_copy( const FileType& rCopy ) in impl_copy() function260 inline Filter ( const Filter& rCopy ) { impl_copy( rCopy ); } in Filter()262 inline Filter& operator= ( const Filter& rCopy ) { return impl_copy( rCopy ); } in operator =()285 inline Filter& impl_copy( const Filter& rCopy ) in impl_copy() function332 … inline Detector ( const Detector& rCopy ) { impl_copy( rCopy ); } in Detector()334 … inline Detector& operator= ( const Detector& rCopy ) { return impl_copy( rCopy ); } in operator =()348 inline Detector& impl_copy( const Detector& rCopy ) in impl_copy() function377 inline Loader ( const Loader& rCopy ) { impl_copy( rCopy ); } in Loader()[all …]