OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hisclass
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java
87
Class
hisclass
= other.getClass();
local
90
if (!
hisclass
.equals(myclass))
92
Field[] hisfields =
hisclass
.getDeclaredFields();
153
hisclass
=
hisclass
.getSuperclass();
180
Class
hisclass
= other.getClass();
local
183
Field[] hisfields =
hisclass
.getDeclaredFields();
277
hisclass
=
hisclass
.getSuperclass();
/external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java
83
Class<?>
hisclass
= that.getClass();
local
86
Field[] hisfields =
hisclass
.getDeclaredFields();
144
hisclass
=
hisclass
.getSuperclass();
172
Class<?>
hisclass
= other.getClass();
local
176
Field[] hisfields =
hisclass
.getDeclaredFields();
266
hisclass
=
hisclass
.getSuperclass();
/external/nist-sip/java/gov/nist/core/
GenericObject.java
414
Class<?>
hisclass
= that.getClass();
local
417
Field[] hisfields =
hisclass
.getDeclaredFields();
477
hisclass
=
hisclass
.getSuperclass();
501
Class<?>
hisclass
= other.getClass();
local
502
Field[] hisfields =
hisclass
.getDeclaredFields();
Completed in 566 milliseconds