Searched refs:_tk_value_box (Results 1 - 11 of 11) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DTCKind.java225 public static final int _tk_value_box = 30; // orbos 98-01-18: Objects By Value field in class:TCKind
422 * initialized with <code>TCKind._tk_value_box</code>.
424 public static final TCKind tk_value_box = new TCKind(_tk_value_box);
527 case _tk_value_box: // orbos 98-01-18: Objects By Value
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyUtil.java66 kind == TCKind._tk_value_box);
90 case TCKind._tk_value_box:
118 case TCKind._tk_value_box:
243 case TCKind._tk_value_box:
H A DDynAnyBasicImpl.java396 if (kind != TCKind._tk_value && kind != TCKind._tk_value_box)
409 if (kind != TCKind._tk_value && kind != TCKind._tk_value_box)
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java273 case TCKind._tk_value_box:
306 case TCKind._tk_value_box:
478 if ( creationKind == TCKind._tk_alias || creationKind == TCKind._tk_value_box )
877 case TCKind._tk_value_box:
978 myKind == TCKind._tk_value_box ||
1042 case TCKind._tk_value_box:
1067 case TCKind._tk_value_box:
1204 case TCKind._tk_value_box:
1528 case TCKind._tk_value_box:
1844 case TCKind._tk_value_box
[all...]
H A DTCUtility.java149 case TCKind._tk_value_box:
284 case TCKind._tk_value_box:
H A DAnyImpl.java352 case TCKind._tk_value_box:
474 case TCKind._tk_value_box:
1144 TCKind._tk_value_box, TCKind._tk_abstract_interface } ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORB.java302 new TypeCodeImpl(this, TCKind._tk_value_box),
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java2087 case TCKind._tk_value_box:
2332 case TCKind._tk_value_box:
2459 case TCKind._tk_value_box:
H A DValueUtility.java120 if (member.type.kind().value() == TCKind._tk_value_box ||
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java266 return new TypeCodeImpl(this, TCKind._tk_value_box, id, name, boxed_type);
H A DORBImpl.java1077 return new TypeCodeImpl(this, TCKind._tk_value_box, id, name,

Completed in 61 milliseconds