Searched refs:isCodeBasePresent (Results 1 - 4 of 4) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/
H A DRepositoryIdUtility.java37 boolean isCodeBasePresent(int valueTag); method in interface:RepositoryIdUtility
H A DRepIdDelegator.java82 public boolean isCodeBasePresent(int valueTag) { method in class:RepIdDelegator
83 return RepositoryId.isCodeBasePresent(valueTag);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java936 if (repIdUtil.isCodeBasePresent(vType)) {
1076 if (repIdUtil.isCodeBasePresent(vType)){
1182 if (repIdUtil.isCodeBasePresent(vType)){
2306 if (repIdUtil.isCodeBasePresent(vType)) {
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java978 public static boolean isCodeBasePresent(int value_tag){ method in class:RepositoryId

Completed in 108 milliseconds