Home
last modified time | relevance | path

Searched refs:untranslatable_section (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp481 for (const auto& untranslatable_section : ref.untranslatable_sections) { in SerializeMacroToPb() local
483 pb_section->set_start_index(untranslatable_section.start); in SerializeMacroToPb()
484 pb_section->set_end_index(untranslatable_section.end); in SerializeMacroToPb()
DProtoDeserialize.cpp694 for (const auto& untranslatable_section : pb_ref.untranslatable_sections()) { in DeserializeMacroFromPb() local
696 UntranslatableSection{.start = static_cast<size_t>(untranslatable_section.start_index()), in DeserializeMacroFromPb()
697 .end = static_cast<size_t>(untranslatable_section.end_index())}); in DeserializeMacroFromPb()