Lines Matching defs:other
82 const RawString* other = ValueCast<RawString>(value); in Equals() local
111 const Reference* other = ValueCast<Reference>(value); in Equals() local
232 const String* other = ValueCast<String>(value); in Equals() local
280 const StyledString* other = ValueCast<StyledString>(value); in Equals() local
324 const FileReference* other = ValueCast<FileReference>(value); in Equals() local
367 const BinaryPrimitive* other = ValueCast<BinaryPrimitive>(value); in Equals() local
511 const Attribute* other = ValueCast<Attribute>(value); in Equals() local
838 const Style* other = ValueCast<Style>(value); in Equals() local
885 void Style::MergeWith(Style* other, android::StringPool* pool) { in MergeWith()
938 const Array* other = ValueCast<Array>(value); in Equals() local
958 const Plural* other = ValueCast<Plural>(value); in Equals() local
1008 const Styleable* other = ValueCast<Styleable>(value); in Equals() local
1029 const Macro* other = ValueCast<Macro>(value); in Equals() local
1063 void Styleable::MergeWith(Styleable* other) { in MergeWith()