| 372 | } |
| 373 | |
| 374 | void FormatMetadataImpl::clear() noexcept |
| 375 | { |
| 376 | m_attributes.clear(); |
| 377 | m_value = ""; |
| 378 | m_elements.clear(); |
| 379 | } |
| 380 | |
| 381 | FormatMetadata & FormatMetadataImpl::operator=(const FormatMetadata & rhs) |
| 382 | { |
no outgoing calls
no test coverage detected