Home
last modified time | relevance | path

Searched refs:IDLType (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/devel/omniORB/omniORB-4.2.4/idl/
H A Dir.idl89 interface IDLType;
152 in IDLType type,
218 interface IDLType : IRObject {
348 interface StringDef : IDLType {
356 interface FixedDef : IDLType {
368 interface ArrayDef : IDLType {
414 IDLType type_def;
474 in IDLType type,
518 IDLType type_def;
564 in IDLType type,
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DIDLTypeHelper.java58 public static void insert(Any a, IDLType that) in insert()
69 public static IDLType extract(Any a) in extract()
98 public static IDLType read(InputStream istream) in read()
106 public static void write(OutputStream ostream, IDLType value) in write()
114 public static IDLType narrow(org.omg.CORBA.Object obj) in narrow()
118 else if (obj instanceof IDLType) in narrow()
119 return (IDLType) obj; in narrow()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/org/omg/CORBA/
H A DIDLTypeHelper.java58 public static void insert(Any a, IDLType that) in insert()
69 public static IDLType extract(Any a) in extract()
98 public static IDLType read(InputStream istream) in read()
106 public static void write(OutputStream ostream, IDLType value) in write()
114 public static IDLType narrow(org.omg.CORBA.Object obj) in narrow()
118 else if (obj instanceof IDLType) in narrow()
119 return (IDLType) obj; in narrow()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DIDLTypeHelper.java58 public static void insert(Any a, IDLType that) in insert()
69 public static IDLType extract(Any a) in extract()
98 public static IDLType read(InputStream istream) in read()
106 public static void write(OutputStream ostream, IDLType value) in write()
114 public static IDLType narrow(org.omg.CORBA.Object obj) in narrow()
118 else if (obj instanceof IDLType) in narrow()
119 return (IDLType) obj; in narrow()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/org/omg/CORBA/
H A DIDLTypeHelper.java58 public static void insert(Any a, IDLType that) in insert()
69 public static IDLType extract(Any a) in extract()
98 public static IDLType read(InputStream istream) in read()
106 public static void write(OutputStream ostream, IDLType value) in write()
114 public static IDLType narrow(org.omg.CORBA.Object obj) in narrow()
118 else if (obj instanceof IDLType) in narrow()
119 return (IDLType) obj; in narrow()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/org/omg/CORBA/
H A DIDLTypeHelper.java58 public static void insert(Any a, IDLType that) in insert()
69 public static IDLType extract(Any a) in extract()
98 public static IDLType read(InputStream istream) in read()
106 public static void write(OutputStream ostream, IDLType value) in write()
114 public static IDLType narrow(org.omg.CORBA.Object obj) in narrow()
118 else if (obj instanceof IDLType) in narrow()
119 return (IDLType) obj; in narrow()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/org/omg/CORBA/
H A DIDLTypeHelper.java63 public static void insert(Any a, IDLType that) in insert()
74 public static IDLType extract(Any a) in extract()
109 public static IDLType read(InputStream istream) in read()
117 public static void write(OutputStream ostream, IDLType value) in write()
125 public static IDLType narrow(org.omg.CORBA.Object obj) in narrow()
129 else if (obj instanceof IDLType) in narrow()
130 return (IDLType) obj; in narrow()
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl/CORBA/
H A DCORBA_InterfaceRepository.idl65 interface IDLType;
94 IDLType type_def;
106 IDLType type_def;
253 interface IDLType : IRObject {
336 interface PrimitiveDef: IDLType {
339 interface StringDef : IDLType {
342 interface WstringDef : IDLType {
345 interface FixedDef : IDLType {
354 interface ArrayDef : IDLType {
497 in IDLType type,
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLTypesUtil.java373 public IDLType getPrimitiveIDLTypeMapping(Class c) { in getPrimitiveIDLTypeMapping()
381 return new IDLType( c, "void" ) ; in getPrimitiveIDLTypeMapping()
383 return new IDLType( c, "boolean" ) ; in getPrimitiveIDLTypeMapping()
385 return new IDLType( c, "wchar" ) ; in getPrimitiveIDLTypeMapping()
387 return new IDLType( c, "octet" ) ; in getPrimitiveIDLTypeMapping()
389 return new IDLType( c, "short" ) ; in getPrimitiveIDLTypeMapping()
391 return new IDLType( c, "long" ) ; in getPrimitiveIDLTypeMapping()
393 return new IDLType( c, "long_long" ) ; in getPrimitiveIDLTypeMapping()
395 return new IDLType( c, "float" ) ; in getPrimitiveIDLTypeMapping()
397 return new IDLType( c, "double" ) ; in getPrimitiveIDLTypeMapping()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLTypesUtil.java373 public IDLType getPrimitiveIDLTypeMapping(Class c) { in getPrimitiveIDLTypeMapping()
381 return new IDLType( c, "void" ) ; in getPrimitiveIDLTypeMapping()
383 return new IDLType( c, "boolean" ) ; in getPrimitiveIDLTypeMapping()
385 return new IDLType( c, "wchar" ) ; in getPrimitiveIDLTypeMapping()
387 return new IDLType( c, "octet" ) ; in getPrimitiveIDLTypeMapping()
389 return new IDLType( c, "short" ) ; in getPrimitiveIDLTypeMapping()
391 return new IDLType( c, "long" ) ; in getPrimitiveIDLTypeMapping()
393 return new IDLType( c, "long_long" ) ; in getPrimitiveIDLTypeMapping()
395 return new IDLType( c, "float" ) ; in getPrimitiveIDLTypeMapping()
397 return new IDLType( c, "double" ) ; in getPrimitiveIDLTypeMapping()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIDLTypeHelper.java47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) in insert()
57 public static org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a) in extract()
79 public static org.omg.CORBA.IDLType read (org.omg.CORBA.portable.InputStream istream) in read()
86 …public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) in write()
93 public static org.omg.CORBA.IDLType narrow (org.omg.CORBA.Object obj) in narrow()
99 else if (obj instanceof org.omg.CORBA.IDLType) in narrow()
102 return (org.omg.CORBA.IDLType)obj; in narrow()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DIDLTypeHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) in insert()
50 public static org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a) in extract()
70 public static org.omg.CORBA.IDLType read (org.omg.CORBA.portable.InputStream istream) in read()
75 …public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) in write()
80 public static org.omg.CORBA.IDLType narrow (org.omg.CORBA.Object obj) in narrow()
84 else if (obj instanceof org.omg.CORBA.IDLType) in narrow()
85 return (org.omg.CORBA.IDLType)obj; in narrow()
H A Dir.idl111 interface IDLType;
132 IDLType type_def;
140 IDLType type_def;
158 IDLType type_def;
222 in IDLType type,
347 in IDLType element_type
352 in IDLType element_type
546 IDLType type_def;
625 in IDLType type,
633 in IDLType result,
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIDLTypeHelper.java47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) in insert()
57 public static org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a) in extract()
79 public static org.omg.CORBA.IDLType read (org.omg.CORBA.portable.InputStream istream) in read()
86 …public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) in write()
93 public static org.omg.CORBA.IDLType narrow (org.omg.CORBA.Object obj) in narrow()
99 else if (obj instanceof org.omg.CORBA.IDLType) in narrow()
102 return (org.omg.CORBA.IDLType)obj; in narrow()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DIDLTypeHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) in insert()
50 public static org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a) in extract()
70 public static org.omg.CORBA.IDLType read (org.omg.CORBA.portable.InputStream istream) in read()
75 …public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) in write()
80 public static org.omg.CORBA.IDLType narrow (org.omg.CORBA.Object obj) in narrow()
84 else if (obj instanceof org.omg.CORBA.IDLType) in narrow()
85 return (org.omg.CORBA.IDLType)obj; in narrow()
H A Dir.idl111 interface IDLType;
132 IDLType type_def;
140 IDLType type_def;
158 IDLType type_def;
222 in IDLType type,
347 in IDLType element_type
352 in IDLType element_type
546 IDLType type_def;
625 in IDLType type,
633 in IDLType result,
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/org/omg/CORBA/
H A DIDLTypeHelper.h19 class IDLType; variable
38 static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *);
39 static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *);
42 static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *);
43 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *);
44 static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *);
/dports/lang/gnat_util/gcc-6-20180516/libjava/org/omg/CORBA/
H A DIDLTypeHelper.h19 class IDLType; variable
38 static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *);
39 static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *);
42 static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *);
43 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *);
44 static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/org/omg/CORBA/
H A DIDLTypeHelper.h19 class IDLType; variable
38 static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *);
39 static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *);
42 static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *);
43 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *);
44 static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/org/omg/CORBA/
H A DIDLTypeHelper.h19 class IDLType; variable
38 static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *);
39 static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *);
42 static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *);
43 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *);
44 static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/org/omg/CORBA/
H A DIDLTypeHelper.h19 class IDLType; variable
38 static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *);
39 static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *);
42 static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *);
43 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *);
44 static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl110 interface IDLType;
131 IDLType type_def;
139 IDLType type_def;
157 IDLType type_def;
221 in IDLType type,
346 in IDLType element_type
351 in IDLType element_type
545 IDLType type_def;
624 in IDLType type,
632 in IDLType result,
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl110 interface IDLType;
131 IDLType type_def;
139 IDLType type_def;
157 IDLType type_def;
221 in IDLType type,
346 in IDLType element_type
351 in IDLType element_type
545 IDLType type_def;
624 in IDLType type,
632 in IDLType result,
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/test/ic_SUITE_data/
H A DCorba.idl210 interface IDLType;
223 IDLType type_def;
231 IDLType type_def;
280 in IDLType type,
310 in IDLType original_type
353 in IDLType element_type
358 in IDLType element_type
376 attribute IDLType type_def;
486 IDLType type_def;
552 in IDLType type,
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/test/ic_SUITE_data/
H A DCorba.idl210 interface IDLType;
223 IDLType type_def;
231 IDLType type_def;
280 in IDLType type,
310 in IDLType original_type
353 in IDLType element_type
358 in IDLType element_type
376 attribute IDLType type_def;
486 IDLType type_def;
552 in IDLType type,
[all …]

1234567