Searched refs:extended_sections (Results 1 – 2 of 2) sorted by relevance
140 std::vector<Section>* extended_sections) { in CreateExtendedSections() argument170 extended_sections->push_back(Section(data_stream.str())); in CreateExtendedSections()206 std::vector<Section> extended_sections; in InsertExtendedXMPSections() local207 CreateExtendedSections(buffer, &extended_sections); in InsertExtendedXMPSections()208 sections->insert(sections->begin() + position, extended_sections.begin(), in InsertExtendedXMPSections()209 extended_sections.end()); in InsertExtendedXMPSections()
164 const string extended_sections = in ParseExtendedXmpSections() local168 if (extended_sections.size() > INT_MAX) { in ParseExtendedXmpSections()170 << extended_sections.size(); in ParseExtendedXmpSections()174 extended_sections.data(), static_cast<int>(extended_sections.size()), in ParseExtendedXmpSections()