Home
last modified time | relevance | path

Searched refs:idltype (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Dskutil.py214 idltype.tk_octet:
216 idltype.tk_char:
218 idltype.tk_wchar:
220 idltype.tk_string:
224 idltype.tk_objref:
230 idltype.tk_value:
367 idltype.tk_octet:
369 idltype.tk_char:
371 idltype.tk_wchar:
373 idltype.tk_string:
[all …]
H A Dtypes.py148 if kind in [ idltype.tk_short, idltype.tk_long, idltype.tk_longlong,
149 idltype.tk_ushort, idltype.tk_ulong, idltype.tk_ulonglong,
150 idltype.tk_float, idltype.tk_double, idltype.tk_enum,
151 idltype.tk_longdouble, idltype.tk_boolean,
152 idltype.tk_char, idltype.tk_wchar, idltype.tk_octet ]:
164 if kind in [ idltype.tk_struct, idltype.tk_union ]:
172 if kind in [ idltype.tk_string, idltype.tk_wstring ]:
175 if kind in [ idltype.tk_sequence, idltype.tk_any ]:
511 if kind in [ idltype.tk_short, idltype.tk_ushort ]:
515 if kind in [ idltype.tk_long, idltype.tk_ulong ]:
[all …]
H A Dmangler.py28 from omniidl import idlast, idltype
50 idltype.tk_short: "short",
51 idltype.tk_long: "long",
56 idltype.tk_float: "float",
57 idltype.tk_double: "double",
59 idltype.tk_char: "char",
60 idltype.tk_wchar: "wchar",
61 idltype.tk_boolean: "boolean",
62 idltype.tk_octet: "octet",
63 idltype.tk_void: "void",
[all …]
H A Dcall.py130 voidType = idltype.Base(idltype.tk_void)
1031 idltype.tk_char:
1033 idltype.tk_octet:
1035 idltype.tk_short:
1039 idltype.tk_long:
1041 idltype.tk_ulong:
1047 idltype.tk_float:
1053 idltype.tk_enum:
1055 idltype.tk_wchar:
1057 idltype.tk_fixed:
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Dskutil.py214 idltype.tk_octet:
216 idltype.tk_char:
218 idltype.tk_wchar:
220 idltype.tk_string:
224 idltype.tk_objref:
230 idltype.tk_value:
367 idltype.tk_octet:
369 idltype.tk_char:
371 idltype.tk_wchar:
373 idltype.tk_string:
[all …]
H A Dtypes.py147 if kind in [ idltype.tk_short, idltype.tk_long, idltype.tk_longlong,
148 idltype.tk_ushort, idltype.tk_ulong, idltype.tk_ulonglong,
149 idltype.tk_float, idltype.tk_double, idltype.tk_enum,
150 idltype.tk_longdouble, idltype.tk_boolean,
151 idltype.tk_char, idltype.tk_wchar, idltype.tk_octet ]:
163 if kind in [ idltype.tk_struct, idltype.tk_union ]:
171 if kind in [ idltype.tk_string, idltype.tk_wstring ]:
174 if kind in [ idltype.tk_sequence, idltype.tk_any ]:
510 if kind in [ idltype.tk_short, idltype.tk_ushort ]:
514 if kind in [ idltype.tk_long, idltype.tk_ulong ]:
[all …]
H A Dmangler.py28 from omniidl import idlast, idltype
50 idltype.tk_short: "short",
51 idltype.tk_long: "long",
56 idltype.tk_float: "float",
57 idltype.tk_double: "double",
59 idltype.tk_char: "char",
60 idltype.tk_wchar: "wchar",
61 idltype.tk_boolean: "boolean",
62 idltype.tk_octet: "octet",
63 idltype.tk_void: "void",
[all …]
H A Dcall.py130 voidType = idltype.Base(idltype.tk_void)
1031 idltype.tk_char:
1033 idltype.tk_octet:
1035 idltype.tk_short:
1039 idltype.tk_long:
1041 idltype.tk_ulong:
1047 idltype.tk_float:
1053 idltype.tk_enum:
1055 idltype.tk_wchar:
1057 idltype.tk_fixed:
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dwireshark_gen.py897 if pt == idltype.tk_ulong:
905 elif pt == idltype.tk_long:
917 elif pt == idltype.tk_enum:
925 elif pt == idltype.tk_char:
937 if pt in [idltype.tk_fixed, idltype.tk_struct, idltype.tk_any, idltype.tk_sequence]:
953 if pt == idltype.tk_ulong:
959 elif pt == idltype.tk_void:
963 elif pt == idltype.tk_long:
979 elif pt == idltype.tk_any:
1127 if pt == idltype.tk_ulong:
[all …]
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dwireshark_gen.py897 if pt == idltype.tk_ulong:
905 elif pt == idltype.tk_long:
917 elif pt == idltype.tk_enum:
925 elif pt == idltype.tk_char:
937 if pt in [idltype.tk_fixed, idltype.tk_struct, idltype.tk_any, idltype.tk_sequence]:
953 if pt == idltype.tk_ulong:
959 elif pt == idltype.tk_void:
963 elif pt == idltype.tk_long:
979 elif pt == idltype.tk_any:
1127 if pt == idltype.tk_ulong:
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dwireshark_gen.py897 if pt == idltype.tk_ulong:
905 elif pt == idltype.tk_long:
917 elif pt == idltype.tk_enum:
925 elif pt == idltype.tk_char:
937 if pt in [idltype.tk_fixed, idltype.tk_struct, idltype.tk_any, idltype.tk_sequence]:
953 if pt == idltype.tk_ulong:
959 elif pt == idltype.tk_void:
963 elif pt == idltype.tk_long:
979 elif pt == idltype.tk_any:
1127 if pt == idltype.tk_ulong:
[all …]
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dwireshark_gen.py897 if pt == idltype.tk_ulong:
905 elif pt == idltype.tk_long:
917 elif pt == idltype.tk_enum:
925 elif pt == idltype.tk_char:
937 if pt in [idltype.tk_fixed, idltype.tk_struct, idltype.tk_any, idltype.tk_sequence]:
953 if pt == idltype.tk_ulong:
959 elif pt == idltype.tk_void:
963 elif pt == idltype.tk_long:
979 elif pt == idltype.tk_any:
1127 if pt == idltype.tk_ulong:
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/dynskel/
H A Dtypecode.py26 from omniidl import idlast, idltype, idlutil
210 idltype.tk_short: "short",
211 idltype.tk_long: "long",
213 idltype.tk_ulong: "ulong",
214 idltype.tk_float: "float",
217 idltype.tk_char: "char",
218 idltype.tk_wchar: "wchar",
219 idltype.tk_octet: "octet",
220 idltype.tk_any: "any",
230 if isinstance(type, idltype.Base):
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/dynskel/
H A Dtypecode.py26 from omniidl import idlast, idltype, idlutil
210 idltype.tk_short: "short",
211 idltype.tk_long: "long",
213 idltype.tk_ulong: "ulong",
214 idltype.tk_float: "float",
217 idltype.tk_char: "char",
218 idltype.tk_wchar: "wchar",
219 idltype.tk_octet: "octet",
220 idltype.tk_any: "any",
230 if isinstance(type, idltype.Base):
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python3/omniidl_be/
H A Ddump.py196 elif node.constKind() in [idltype.tk_float, idltype.tk_double,
568 idltype.tk_void: "void",
569 idltype.tk_short: "short",
570 idltype.tk_long: "long",
573 idltype.tk_float: "float",
574 idltype.tk_double: "double",
575 idltype.tk_boolean: "boolean",
576 idltype.tk_char: "char",
577 idltype.tk_octet: "octet",
578 idltype.tk_any: "any",
[all …]
H A Dami.py30 from omniidl import idlast, idltype, idlutil, idlvisitor, output
63 exception_holder_type = idltype.Declared(exception_holder_decl,
65 idltype.tk_value, 0)
197 idltype.Base(idltype.tk_void),
291 if cb.returnType().kind() != idltype.tk_void:
307 0, idltype.Base(idltype.tk_void),
340 0, idltype.Base(idltype.tk_void),
415 idltype.Base(idltype.tk_ulong),
418 if cb.returnType().kind() != idltype.tk_void:
434 0, idltype.Base(idltype.tk_void),
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python/omniidl_be/
H A Ddump.py196 elif node.constKind() in [idltype.tk_float, idltype.tk_double,
568 idltype.tk_void: "void",
569 idltype.tk_short: "short",
570 idltype.tk_long: "long",
573 idltype.tk_float: "float",
574 idltype.tk_double: "double",
575 idltype.tk_boolean: "boolean",
576 idltype.tk_char: "char",
577 idltype.tk_octet: "octet",
578 idltype.tk_any: "any",
[all …]
H A Dami.py30 from omniidl import idlast, idltype, idlutil, idlvisitor, output
63 exception_holder_type = idltype.Declared(exception_holder_decl,
65 idltype.tk_value, 0)
197 idltype.Base(idltype.tk_void),
291 if cb.returnType().kind() != idltype.tk_void:
307 0, idltype.Base(idltype.tk_void),
340 0, idltype.Base(idltype.tk_void),
415 idltype.Base(idltype.tk_ulong),
418 if cb.returnType().kind() != idltype.tk_void:
434 0, idltype.Base(idltype.tk_void),
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dtbinfo.pro18 ; .idltype - idltype of field, byte vector
53 ; idltype = 3, width=4)
97 idltype = intarr(tfields) & tnull = idltype
165 'I' : begin & idltype[i] = 2 & width[i] = 2 & end
166 'J' : begin & idltype[i] = 3 & width[i] = 4 & end
167 'E' : begin & idltype[i] = 4 & width[i] = 4 & end
168 'D' : begin & idltype[i] = 5 & width[i] = 8 & end
169 'L' : begin & idltype[i] = 7 & width[i] = 1 & end
170 'B' : begin & idltype[i] = 1 & width[i] = 1 & end
171 'C' : begin & idltype[i] = 6 & width[i] = 8 & end
[all …]
H A Dftinfo.pro18 ; .idltype - idltype of field.
89 idltype = intarr(tfields)
92 'A' : idltype[i] = 7
93 'I' : idltype[i] = 3
94 'E' : idltype[i] = 4
95 'F' : idltype[i] = 4
96 'D' : idltype[i] = 5
112 ft_str = {TBCOL:tbcol,WIDTH:width,IDLTYPE:idltype,TUNIT:tunit, TSCAL:tscal, $
H A Dftaddcol.pro1 pro ftaddcol,h,tab,name,idltype,tform,tunit,tscal,tzero,tnull
9 ; ftaddcol, h, tab, name, idltype, [ tform, tunit, tscal, tzero, tnull ]
16 ; idltype - idl data type (as returned by SIZE function) for field,
41 print,'Syntax - FTADDCOL, h, tab, name, idltype, '
76 case idltype of
83 if idltype LT 0 then begin ;string
84 tform = 'A'+strtrim(fix(abs(idltype)),2)
85 idltype = 7
86 end else message,'Invalid idltype specified'
103 if (idltype NE 7) then tab[allcols,*] = 48B
/dports/devel/py-omniorb/omniORBpy-4.2.4/python3/omniidl_be/
H A Dpython.py2214 idltype.tk_void: "void",
2216 idltype.tk_long: "long",
2222 idltype.tk_char: "char",
2224 idltype.tk_any: "any",
2230 idltype.tk_wchar: "wchar"
2424 if kind == idltype.tk_enum:
2427 elif kind in [idltype.tk_string, idltype.tk_char]:
2430 elif kind == idltype.tk_wstring:
2433 elif kind == idltype.tk_wchar:
2439 elif kind in [idltype.tk_float, idltype.tk_double, idltype.tk_longdouble]:
[all …]
/dports/devel/py-omniorb/omniORBpy-4.2.4/python/omniidl_be/
H A Dpython.py2214 idltype.tk_void: "void",
2216 idltype.tk_long: "long",
2222 idltype.tk_char: "char",
2224 idltype.tk_any: "any",
2230 idltype.tk_wchar: "wchar"
2424 if kind == idltype.tk_enum:
2427 elif kind in [idltype.tk_string, idltype.tk_char]:
2430 elif kind == idltype.tk_wstring:
2433 elif kind == idltype.tk_wchar:
2439 elif kind in [idltype.tk_float, idltype.tk_double, idltype.tk_longdouble]:
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/idl/idl/
H A Dbinder.py476 idltype = cast(syntax.Type, syntax_symbol)
479 ast_field.cpp_type = idltype.cpp_type
482 ast_field.serializer = idltype.serializer
484 ast_field.default = idltype.default
513 idltype = cast(syntax.Type, syntax_symbol)
515 if len(idltype.bson_serialization_type) != 1 or idltype.bson_serialization_type[0] != 'chain':
521 ast_field.name = idltype.name
523 ast_field.description = idltype.description
526 ast_field.cpp_type = idltype.cpp_type
528 ast_field.serializer = idltype.serializer
[all …]
H A Dsyntax.py141 def add_type(self, ctxt, idltype): argument
144 if not self._is_duplicate(ctxt, idltype, idltype.name, "type"):
145 self.types.append(idltype)
175 for idltype in imported_symbols.types:
176 self.add_type(ctxt, idltype)
200 for idltype in self.types:
201 if idltype.name == type_name:
202 return idltype

123