Searched refs:untranslatable_section (Results 1 – 2 of 2) sorted by relevance
481 for (const auto& untranslatable_section : ref.untranslatable_sections) { in SerializeMacroToPb() local483 pb_section->set_start_index(untranslatable_section.start); in SerializeMacroToPb()484 pb_section->set_end_index(untranslatable_section.end); in SerializeMacroToPb()
694 for (const auto& untranslatable_section : pb_ref.untranslatable_sections()) { in DeserializeMacroFromPb() local696 UntranslatableSection{.start = static_cast<size_t>(untranslatable_section.start_index()), in DeserializeMacroFromPb()697 .end = static_cast<size_t>(untranslatable_section.end_index())}); in DeserializeMacroFromPb()