Home
last modified time | relevance | path

Searched refs:hisclass (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPObject.java87 Class hisclass = other.getClass(); in equals() local
90 if (!hisclass.equals(myclass)) in equals()
92 Field[] hisfields = hisclass.getDeclaredFields(); in equals()
153 hisclass = hisclass.getSuperclass(); in equals()
180 Class hisclass = other.getClass(); in match() local
183 Field[] hisfields = hisclass.getDeclaredFields(); in match()
277 hisclass = hisclass.getSuperclass(); in match()
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java83 Class<?> hisclass = that.getClass(); in equals() local
86 Field[] hisfields = hisclass.getDeclaredFields(); in equals()
144 hisclass = hisclass.getSuperclass(); in equals()
172 Class<?> hisclass = other.getClass(); in match() local
176 Field[] hisfields = hisclass.getDeclaredFields(); in match()
266 hisclass = hisclass.getSuperclass(); in match()
/external/nist-sip/java/gov/nist/core/
DGenericObject.java414 Class<?> hisclass = that.getClass(); in equals() local
417 Field[] hisfields = hisclass.getDeclaredFields(); in equals()
477 hisclass = hisclass.getSuperclass(); in equals()
501 Class<?> hisclass = other.getClass(); in match() local
502 Field[] hisfields = hisclass.getDeclaredFields(); in match()