Searched refs:UntranslatableSection (Results 1 – 11 of 11) sorted by relevance
212 struct UntranslatableSection { struct220 inline bool operator==(const UntranslatableSection& a, const UntranslatableSection& b) { argument224 inline bool operator!=(const UntranslatableSection& a, const UntranslatableSection& b) {234 std::vector<UntranslatableSection> untranslatable_sections;250 std::vector<UntranslatableSection> untranslatable_sections;372 std::vector<UntranslatableSection> untranslatable_sections;
63 std::vector<UntranslatableSection> untranslatable_sections;97 std::vector<UntranslatableSection>* out_untranslatable_sections);
240 std::vector<UntranslatableSection> untranslatable_sections;
245 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()293 for (const UntranslatableSection& this_section : untranslatable_sections) { in Equals()
615 repeated UntranslatableSection untranslatable_sections = 3;636 message UntranslatableSection { message
250 std::vector<UntranslatableSection>* out_untranslatable_sections) { in FlattenXmlSubtree()752 std::vector<UntranslatableSection> untranslatable_sections; in CreateFlattenSubTree()
977 UntranslatableSection section; in StartUntranslatable()
163 original_string->untranslatable_sections = {UntranslatableSection{11u, 15u}}; in TEST()272 styled_string->untranslatable_sections.push_back(UntranslatableSection{6u, 8u}); in TEST()273 styled_string->untranslatable_sections.push_back(UntranslatableSection{8u, 11u}); in TEST()276 string->untranslatable_sections.push_back(UntranslatableSection{6u, 11u}); in TEST()
60 inline static UnifiedSpan UntranslatableSectionToUnifiedSpan(const UntranslatableSection& section) { in UntranslatableSectionToUnifiedSpan()253 for (const UntranslatableSection& section : string->untranslatable_sections) { in Visit()
690 UntranslatableSection{.start = static_cast<size_t>(untranslatable_section.start_index()), in DeserializeMacroFromPb()
902 original->untranslatable_sections.emplace_back(UntranslatableSection{.start = 12, .end = 17}); in TEST()