Lines Matching defs:String
71 *out << "(raw string) " << *value;
162 String::String(const StringPool::Ref& ref) : value(ref) {}
164 bool String::Equals(const Value* value) const {
165 const String* other = ValueCast<String>(value);
188 bool String::Flatten(android::Res_value* out_value) const {
199 String* String::Clone(StringPool* new_pool) const {
200 String* str = new String(new_pool->MakeRef(*value));
207 void String::Print(std::ostream* out) const {
208 *out << "(string) \"" << *value << "\"";
256 *out << "(styled string) \"" << *value->str << "\"";
439 *out << "string";
577 *msg << " string";