Searched refs:MutableExtendedSection (Results 1 – 5 of 5) sorted by relevance
26 xmlDocPtr* MutableExtendedSection();
27 xmlDocPtr* XmpData::MutableExtendedSection() { return &xmp_extended_; } in MutableExtendedSection() function in dynamic_depth::xmpmeta::XmpData
172 *xmp_data->MutableExtendedSection() = xmlReadMemory( in ParseExtendedXmpSections()
271 *xmp_data->MutableExtendedSection() = CreateXmpSection(); in CreateXmpData()
165 return Serialize(xmp->MutableExtendedSection()); in SerializeToXmp()170 if (!Serialize(xmp_data->MutableExtendedSection())) { in SerializeToXmlFile()