Searched defs:isSameType (Results 1 – 11 of 11) sorted by relevance
65 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } in isSameType() function
55 bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; } in isSameType() function
214 public boolean isSameType(DNSEntry entry) { in isSameType() method in DNSEntry
188 public boolean isSameType(DNSEntry entry) { in isSameType() method in DNSQuestion.AllRecords
84 bool isSameType(const AnimatableValue* value) const in isSameType() function
90 virtual bool isSameType(const FilterOperation& o) const { return o.type() == m_type; } in isSameType() function
153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
59 bool isSameType(const BasicShape& other) const { return type() == other.type(); } in isSameType() function
130 struct isSameType { enum { V = 0 }; }; struct132 struct isSameType<T, T> { enum { V = 1 }; }; argument
37 struct isSameType { enum { V = 0 }; }; struct39 struct isSameType<T, T> { enum { V = 1 }; }; struct