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

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/portable/
H A DValueHelper.java39 public interface ValueHelper extends BoxedValueHelper { interface in inherits:BoxedValueHelper
/openjdk7/corba/make/sun/corba/org/omg/
H A DFILES_java.gmk77 com/sun/org/omg/CORBA/portable/ValueHelper.java
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java133 import com.sun.org.omg.CORBA.portable.ValueHelper;
1093 if (factory instanceof ValueHelper) {
1094 value = readIDLValueWithHelper((ValueHelper)factory, indirection);
1116 private boolean isCustomType(ValueHelper helper) {
1259 private java.lang.Object readIDLValueWithHelper(ValueHelper helper, int indirection)
1381 if (helper instanceof ValueHelper)
1382 return readIDLValueWithHelper((ValueHelper)helper, indirection);
H A DCDROutputStream_1_0.java74 import com.sun.org.omg.CORBA.portable.ValueHelper;
891 if (factory instanceof ValueHelper) {
894 modifier = ((ValueHelper)factory).get_type().type_modifier();
1390 if (helper instanceof ValueHelper && object instanceof CustomMarshal) {
1392 if (((ValueHelper)helper).get_type().type_modifier() == VM_CUSTOM.value)

Completed in 69 milliseconds