Searched refs:__typeCode (Results 1 - 25 of 79) sorted by relevance

1234

/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A DContextIdentifierHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:ContextIdentifierHelper
59 if (__typeCode == null)
61 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdentifierHelper.id (), "ContextIdentifier", __typeCode);
65 return __typeCode;
H A DContextIdSeqHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:ContextIdSeqHelper
59 if (__typeCode == null)
61 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdentifierHelper.id (), "ContextIdentifier", __typeCode);
64 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
65 __typeCode
[all...]
H A DIdentifierHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:IdentifierHelper
59 if (__typeCode == null)
61 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
64 return __typeCode;
H A DRepositoryIdHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:RepositoryIdHelper
59 if (__typeCode == null)
61 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", __typeCode);
64 return __typeCode;
H A DRepositoryHelper.java48 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:RepositoryHelper
51 if (__typeCode == null)
53 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
54 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryHelper.id (), "Repository", __typeCode);
56 return __typeCode;
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DBooleanSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:BooleanSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_boolean);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.BooleanSeqHelper.id (), "BooleanSeq", __typeCode);
76 return __typeCode;
H A DWCharSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:WCharSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_wchar);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.WCharSeqHelper.id (), "WCharSeq", __typeCode);
76 return __typeCode;
H A DCharSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:CharSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_char);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.CharSeqHelper.id (), "CharSeq", __typeCode);
76 return __typeCode;
H A DOctetSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:OctetSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.OctetSeqHelper.id (), "OctetSeq", __typeCode);
76 return __typeCode;
H A DDoubleSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:DoubleSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_double);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.DoubleSeqHelper.id (), "DoubleSeq", __typeCode);
76 return __typeCode;
H A DShortSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:ShortSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_short);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.ShortSeqHelper.id (), "ShortSeq", __typeCode);
76 return __typeCode;
H A DLongLongSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:LongLongSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_longlong);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.LongLongSeqHelper.id (), "LongLongSeq", __typeCode);
76 return __typeCode;
H A DLongSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:LongSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_long);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.LongSeqHelper.id (), "LongSeq", __typeCode);
76 return __typeCode;
H A DULongLongSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:ULongLongSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulonglong);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.ULongLongSeqHelper.id (), "ULongLongSeq", __typeCode);
76 return __typeCode;
H A DULongSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:ULongSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.ULongSeqHelper.id (), "ULongSeq", __typeCode);
76 return __typeCode;
H A DUShortSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:UShortSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.UShortSeqHelper.id (), "UShortSeq", __typeCode);
76 return __typeCode;
H A DFloatSeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:FloatSeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_float);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.FloatSeqHelper.id (), "FloatSeq", __typeCode);
76 return __typeCode;
H A DAnySeqHelper.java67 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:AnySeqHelper
70 if (__typeCode == null)
72 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_any);
73 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
74 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.AnySeqHelper.id (), "AnySeq", __typeCode);
76 return __typeCode;
H A DPolicyListHelper.java55 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:PolicyListHelper
58 if (__typeCode == null)
60 __typeCode = org.omg.CORBA.PolicyHelper.type ();
61 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.PolicyListHelper.id (), "PolicyList", __typeCode);
64 return __typeCode;
H A DPolicyTypeHelper.java57 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:PolicyTypeHelper
60 if (__typeCode == null)
62 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.PolicyTypeHelper.id (), "PolicyType", __typeCode);
65 return __typeCode;
H A DRepositoryIdHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:RepositoryIdHelper
59 if (__typeCode == null)
61 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", __typeCode);
64 return __typeCode;
H A DIdentifierHelper.java55 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:IdentifierHelper
58 if (__typeCode == null)
60 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
61 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
63 return __typeCode;
H A DVisibilityHelper.java57 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:VisibilityHelper
60 if (__typeCode == null)
62 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_short);
63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.VisibilityHelper.id (), "Visibility", __typeCode);
65 return __typeCode;
H A DVersionSpecHelper.java55 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:VersionSpecHelper
58 if (__typeCode == null)
60 __typeCode = org.omg.CORBA.ORB.init ().create_string_tc (0);
61 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CORBA.VersionSpecHelper.id (), "VersionSpec", __typeCode);
63 return __typeCode;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DAddressingDispositionHelper.java53 private static org.omg.CORBA.TypeCode __typeCode = null; field in class:AddressingDispositionHelper
56 if (__typeCode == null)
58 __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_short);
59 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.corba.se.impl.protocol.giopmsgheaders.AddressingDispositionHelper.id (), "AddressingDisposition", __typeCode);
61 return __typeCode;

Completed in 136 milliseconds

1234