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.java87 Class<?> hisclass = that.getClass(); in equals() local
90 Field[] hisfields = hisclass.getDeclaredFields(); in equals()
148 hisclass = hisclass.getSuperclass(); in equals()
176 Class<?> hisclass = other.getClass(); in match() local
180 Field[] hisfields = hisclass.getDeclaredFields(); in match()
270 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()