Lines Matching defs:String
68 const std::string& GetComment() const { return comment_; }
72 void SetComment(std::string&& str) { comment_ = std::move(str); }
80 // any resources with strings should use when copying their string.
90 std::string comment_;
154 // A raw, unprocessed string. This may contain quotations, escape sequences, and whitespace.
167 // Identifies a range of characters in a string that are untranslatable.
185 struct String : public BaseItem<String> {
188 // Sections of the string to NOT translate. Mainly used
193 explicit String(const StringPool::Ref& ref);
197 String* Clone(StringPool* new_pool) const override;
204 // Sections of the string to NOT translate. Mainly used