Searched refs:UntranslatableSection (Results 1 – 11 of 11) sorted by relevance
210 struct UntranslatableSection { struct218 inline bool operator==(const UntranslatableSection& a, const UntranslatableSection& b) { argument222 inline bool operator!=(const UntranslatableSection& a, const UntranslatableSection& b) {232 std::vector<UntranslatableSection> untranslatable_sections;248 std::vector<UntranslatableSection> untranslatable_sections;370 std::vector<UntranslatableSection> untranslatable_sections;
62 std::vector<UntranslatableSection> untranslatable_sections;96 std::vector<UntranslatableSection>* out_untranslatable_sections);
237 std::vector<UntranslatableSection> untranslatable_sections;
246 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()294 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()
624 repeated UntranslatableSection untranslatable_sections = 3;645 message UntranslatableSection { message
972 UntranslatableSection section; in StartUntranslatable()
246 std::vector<UntranslatableSection>* out_untranslatable_sections) { in FlattenXmlSubtree()750 std::vector<UntranslatableSection> untranslatable_sections; in CreateFlattenSubTree()
164 original_string->untranslatable_sections = {UntranslatableSection{11u, 15u}}; in TEST()274 styled_string->untranslatable_sections.push_back(UntranslatableSection{6u, 8u}); in TEST()275 styled_string->untranslatable_sections.push_back(UntranslatableSection{8u, 11u}); in TEST()278 string->untranslatable_sections.push_back(UntranslatableSection{6u, 11u}); in TEST()
61 inline static UnifiedSpan UntranslatableSectionToUnifiedSpan(const UntranslatableSection& section) { in UntranslatableSectionToUnifiedSpan()257 for (const UntranslatableSection& section : string->untranslatable_sections) { in Visit()
696 UntranslatableSection{.start = static_cast<size_t>(untranslatable_section.start_index()), in DeserializeMacroFromPb()
907 original->untranslatable_sections.emplace_back(UntranslatableSection{.start = 12, .end = 17}); in TEST()