Lines Matching refs:ValueCast
82 const RawString* other = ValueCast<RawString>(value); in Equals()
111 const Reference* other = ValueCast<Reference>(value); in Equals()
215 return ValueCast<Id>(value) != nullptr; in Equals()
232 const String* other = ValueCast<String>(value); in Equals()
280 const StyledString* other = ValueCast<StyledString>(value); in Equals()
324 const FileReference* other = ValueCast<FileReference>(value); in Equals()
367 const BinaryPrimitive* other = ValueCast<BinaryPrimitive>(value); in Equals()
511 const Attribute* other = ValueCast<Attribute>(value); in Equals()
838 const Style* other = ValueCast<Style>(value); in Equals()
938 const Array* other = ValueCast<Array>(value); in Equals()
958 const Plural* other = ValueCast<Plural>(value); in Equals()
1008 const Styleable* other = ValueCast<Styleable>(value); in Equals()
1029 const Macro* other = ValueCast<Macro>(value); in Equals()