Home
last modified time | relevance | path

Searched refs:cstype (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/devel/swig/swig-4.0.2/Lib/modula3/
H A Dtypemaps.i44 %typemap(cstype) bool *, bool & "ref bool"
45 %typemap(cstype) char & "ref char"
46 %typemap(cstype) signed char *, signed char & "ref sbyte"
47 %typemap(cstype) unsigned char *, unsigned char & "ref byte"
48 %typemap(cstype) short *, short & "ref short"
50 %typemap(cstype) int *, int & "ref int"
51 %typemap(cstype) unsigned int *, unsigned int & "ref uint"
52 %typemap(cstype) long *, long & "ref int"
53 %typemap(cstype) unsigned long *, unsigned long & "ref uint"
54 %typemap(cstype) long long *, long long & "ref long"
[all …]
/dports/devel/swig/swig-4.0.2/Lib/csharp/
H A Dstd_set.i33 …void global::System.Collections.Generic.ICollection<$typemap(cstype, T)>.Add($typemap(cstype, T) i… in Add() argument
37 public bool TryGetValue($typemap(cstype, T) equalValue, out $typemap(cstype, T) actualValue) { in TryGetValue() argument
42 actualValue = default($typemap(cstype, T)); in TryGetValue()
59 public void CopyTo($typemap(cstype, T)[] array) { in CopyTo() argument
73 foreach ($typemap(cstype, T) item in this) { in CopyTo()
79 foreach ($typemap(cstype, T) item in other) { in foreach() argument
88 foreach ($typemap(cstype, T) item in other) { in foreach() argument
96 foreach ($typemap(cstype, T) item in other) { in foreach() argument
114 foreach ($typemap(cstype, T) item in other) { in foreach() argument
123 foreach ($typemap(cstype, T) item in other) { in foreach() argument
[all …]
H A Dstd_map.i32 public $typemap(cstype, T) this[$typemap(cstype, K) key] { in $typemap() argument
42 public bool TryGetValue($typemap(cstype, K) key, out $typemap(cstype, T) value) { in TryGetValue() argument
47 value = default($typemap(cstype, T)); in TryGetValue()
81 …foreach (global::System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>…
88 …d Add(global::System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> it…
92 …emove(global::System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> it…
100 …tains(global::System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> it…
108 …opyTo(global::System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>[] …
124 $typemap(cstype, K) currentKey = keyList[i];
164 …public global::System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> C…
[all …]
H A Dboost_shared_ptr.i166 %typemap (cstype) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >,
178 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
183 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
188 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
193 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
199 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
203 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
208 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
213 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
232 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
[all …]
H A Dboost_intrusive_ptr.i228 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
233 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
238 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
243 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
248 …$typemap(cstype, TYPE) ret = (cPtr == global::System.IntPtr.Zero) ? null : new $typemap(cstype, TY…
253 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
258 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
263 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
269 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
273 $typemap(cstype, TYPE) ret = new $typemap(cstype, TYPE)($imcall, true);$excode
[all …]
H A Darrays_csharp.i59 %typemap(cstype) CTYPE INPUT[] "CSTYPE[]"
70 %typemap(cstype) CTYPE OUTPUT[] "CSTYPE[]"
81 %typemap(cstype) CTYPE INOUT[] "CSTYPE[]"
114 %typemap(cstype) bool INPUT[] "bool[]"
126 %typemap(cstype) bool OUTPUT[] "bool[]"
138 %typemap(cstype) bool INOUT[] "bool[]"
153 %typemap(cstype) CTYPE FIXED[] "CSTYPE[]"
H A Dstd_array.i26 foreach ($typemap(cstype, T) elem in c) { in this()
39 public $typemap(cstype, T) this[int index] { in $typemap() argument
54 public void CopyTo($typemap(cstype, T)[] array) in CopyTo() argument
59 public void CopyTo($typemap(cstype, T)[] array, int arrayIndex) in CopyTo() argument
64 public void CopyTo(int index, $typemap(cstype, T)[] array, int arrayIndex, int count) in CopyTo() argument
82 …llections.Generic.IEnumerator<$typemap(cstype, T)> global::System.Collections.Generic.IEnumerable<… in GetEnumerator()
100 , global::System.Collections.Generic.IEnumerator<$typemap(cstype, T)>
115 public $typemap(cstype, T) Current { in $typemap() argument
123 return ($typemap(cstype, T))currentObject; in $typemap()
H A Dstd_vector.i27 foreach ($typemap(cstype, CTYPE) element in c) { in this()
35 foreach ($typemap(cstype, CTYPE) element in c) { in this()
52 public $typemap(cstype, CTYPE) this[int index] { in $typemap() argument
68 reserve(($typemap(cstype, size_t))value);
84 public void CopyTo($typemap(cstype, CTYPE)[] array) in CopyTo() argument
89 public void CopyTo($typemap(cstype, CTYPE)[] array, int arrayIndex) in CopyTo() argument
112 public $typemap(cstype, CTYPE)[] ToArray() { in $typemap() argument
113 $typemap(cstype, CTYPE)[] array = new $typemap(cstype, CTYPE)[this.Count]; in $typemap() local
118 …ections.Generic.IEnumerator<$typemap(cstype, CTYPE)> global::System.Collections.Generic.IEnumerabl… in GetEnumerator()
151 public $typemap(cstype, CTYPE) Current { in $typemap() argument
[all …]
H A Dstd_list.i30 foreach ($typemap(cstype, CTYPE) element in c) { in this()
63 public $csclassnameNode AddFirst($typemap(cstype, CTYPE) value) { in AddFirst() argument
79 public $csclassnameNode AddLast($typemap(cstype, CTYPE) value) { in AddLast() argument
132 public void Add($typemap(cstype, CTYPE) value) { in Add() argument
141 public void CopyTo($typemap(cstype, CTYPE)[] array, int index) { in CopyTo() argument
202 public $typemap(cstype, CTYPE) Current { in $typemap() argument
210 return ($typemap(cstype, CTYPE))currentObject; in $typemap()
249 internal $typemap(cstype, CTYPE) csharpvalue;
252 public $csclassnameNode($typemap(cstype, CTYPE) value) { in $csclassnameNode() argument
285 public $typemap(cstype, CTYPE) Value { in $typemap() argument
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcsharp_typemaps.i7 %typemap(cstype, out="char /*cstype out override*/") char * "string"
38 %typemap(cstype) MKVector, const MKVector& "MKVector"
39 %typemap(cstype, out="MKVector") MKVector &, MKVector * "ref MKVector"
107 %typemap(cstype) WasCrashing "$csclassname /*cstype $*csclassname*/" // $*csclassname was causing c…
121 %typemap(cstype) bool "badtype1"
122 %typemap(cstype) bool mvar "badtype2"
123 %typemap(cstype) bool svar "badtype4"
124 %typemap(cstype) bool gvar "badtype5"
125 %typemap(cstype) bool MVar::mvar "bool"
126 %typemap(cstype) bool MVar::svar "bool"
[all …]
H A Dspecial_variable_attributes.i18 %typemap(cstype, out="$*1_ltype") int& getNumber1 "_not_used_"
38 %typemap(cstype, out="$typemap(cstype, int)") int& getNumber2 "_not_used_"
59 %typemap(cstype, out="$typemap(cstype, $*1_ltype)") int& getNumber3 "_not_used_"
124 %typemap(cstype) (int intvar, char charvar) "double"
149 …_int - 50 + $csinput_char - 'A') + ($csinput_$typemap(cstype, int) - 50 + $csinput_$typemap(cstype
163 …nt - 50 + $csinput_char - 'A') + ($csinput_$typemap(cstype, $1_type) - 50 + $csinput_$typemap(csty…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI/
H A DClientScriptManagerTest.cs194 Type cstype = p.GetType (); in ClientScriptManager_IsClientScriptBlockRegistered()
209 Type cstype = p.GetType (); in ClientScriptManager_IsRegisterClientScriptInclude()
221 Type cstype = p.GetType (); in ClientScriptManager_IsRegisterOnSubmitStatement()
241 Type cstype = p.GetType (); in RegisterOnSubmitStatement()
261 Type cstype = p.GetType (); in RegisterClientScriptInclude()
280 Type cstype = p.GetType (); in ClientScriptBlockRegister()
293 Type cstype = p.GetType (); in ClientScriptManager_IsRegisterStartupScript()
296 cs.RegisterStartupScript (cstype, csname1, cstext1); in ClientScriptManager_IsRegisterStartupScript()
313 Type cstype = p.GetType (); in RegisterStartupScript()
331 Type cstype = p.GetType (); in RegisterArrayDeclaration()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/csharp/
H A Dtypemaps_csharp.i123 %typemap(cstype) IF_FALSE_RETURN_NONE "int"
170 %typemap(cstype) GIntBig %{long%}
258 %typemap(cstype) int *intList %{int[]%}
273 %typemap(cstype) double *doubleList %{double[]%}
372 %typemap(cstype) (double argin[ANY]) "double[]"
386 %typemap(cstype) (int argin[ANY]) "int[]"
400 %typemap(cstype) (double inout[ANY]) "double[]"
416 %typemap(cstype) (int inout[ANY]) "int[]"
504 %typemap(cstype) (int *hasval) "out int"
553 %typemap(cstype) void *buffer_ptr %{IntPtr%}
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/csharp/
H A Dtypemaps_csharp.i123 %typemap(cstype) IF_FALSE_RETURN_NONE "int"
170 %typemap(cstype) GIntBig %{long%}
258 %typemap(cstype) int *intList %{int[]%}
273 %typemap(cstype) double *doubleList %{double[]%}
372 %typemap(cstype) (double argin[ANY]) "double[]"
386 %typemap(cstype) (int argin[ANY]) "int[]"
400 %typemap(cstype) (double inout[ANY]) "double[]"
416 %typemap(cstype) (int inout[ANY]) "int[]"
504 %typemap(cstype) (int *hasval) "out int"
553 %typemap(cstype) void *buffer_ptr %{IntPtr%}
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/include/csharp/
H A Dtypemaps_csharp.i123 %typemap(cstype) IF_FALSE_RETURN_NONE "int"
170 %typemap(cstype) GIntBig %{long%}
258 %typemap(cstype) int *intList %{int[]%}
273 %typemap(cstype) double *doubleList %{double[]%}
372 %typemap(cstype) (double argin[ANY]) "double[]"
386 %typemap(cstype) (int argin[ANY]) "int[]"
400 %typemap(cstype) (double inout[ANY]) "double[]"
416 %typemap(cstype) (int inout[ANY]) "int[]"
504 %typemap(cstype) (int *hasval) "out int"
553 %typemap(cstype) void *buffer_ptr %{IntPtr%}
[all …]
/dports/devel/gio-sharp/gio-sharp-2.22.3/generator/
H A DPropertyBase.cs62 protected string cstype; field in GtkSharp.Generation.PropertyBase
65 if (cstype == null)
66 cstype = SymbolTable.Table.GetCSType (CType);
67 return cstype;
90 cstype = getter.ReturnType;
105 cstype = setter.Signature.Types;
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator/
H A DPropertyBase.cs62 protected string cstype; field in GtkSharp.Generation.PropertyBase
65 if (cstype == null)
66 cstype = SymbolTable.Table.GetCSType (CType);
67 return cstype;
90 cstype = getter.ReturnType;
105 cstype = setter.Signature.Types;
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator/
H A DParameter.cs62 string cstype = SymbolTable.Table.GetCSType( elem.GetAttribute("type"));
63 if (cstype == "void")
64 cstype = "System.IntPtr";
67 cstype = "params " + cstype;
68 cstype += "[]";
69 cstype = cstype.Replace ("ref ", "");
71 return cstype;
H A DPropertyBase.cs62 protected string cstype; field in GtkSharp.Generation.PropertyBase
69 else if (cstype == null)
70 cstype = SymbolTable.Table.GetCSType (CType);
71 return cstype;
/dports/databases/db5/db-5.3.28/lang/csharp/libdb_csharp/
H A Ddb.i98 %typemap(cstype) char ** "out IntPtr"
104 %typemap(cstype) int * "ref int"
107 %typemap(cstype) long * "ref long"
113 %typemap(cstype) u_int * "ref uint"
119 %typemap(cstype) time_t "long"
122 %typemap(cstype) time_t * "ref long"
128 %typemap(cstype) db_seq_t "Int64"
137 %typemap(cstype) u_int8_t * "byte[,]"
141 %typemap(cstype) DBT * "DatabaseEntry"
545 %typemap(cstype) DBC ** "IntPtr[]"
[all …]
/dports/databases/db18/db-18.1.40/lang/csharp/libdb_csharp/
H A Ddb.i83 %typemap(cstype) char ** "out IntPtr"
89 %typemap(cstype) int * "ref int"
92 %typemap(cstype) long * "ref long"
98 %typemap(cstype) u_int * "ref uint"
104 %typemap(cstype) time_t "long"
107 %typemap(cstype) time_t * "ref long"
113 %typemap(cstype) db_seq_t "Int64"
119 %typemap(cstype) db_off_t "Int64"
128 %typemap(cstype) u_int8_t * "byte[,]"
131 %typemap(cstype) void * "IntPtr"
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/security/cert/
H A DCertStore.java430 String cstype; in getDefaultType() local
431 cstype = AccessController.doPrivileged(new PrivilegedAction<>() { in getDefaultType()
436 if (cstype == null) { in getDefaultType()
437 cstype = "LDAP"; in getDefaultType()
439 return cstype; in getDefaultType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/security/cert/
H A DCertStore.java430 String cstype; in getDefaultType() local
431 cstype = AccessController.doPrivileged(new PrivilegedAction<>() { in getDefaultType()
436 if (cstype == null) { in getDefaultType()
437 cstype = "LDAP"; in getDefaultType()
439 return cstype; in getDefaultType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/security/cert/
H A DCertStore.java411 String cstype; in getDefaultType() local
412 cstype = AccessController.doPrivileged(new PrivilegedAction<String>() { in getDefaultType()
417 if (cstype == null) { in getDefaultType()
418 cstype = "LDAP"; in getDefaultType()
420 return cstype; in getDefaultType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/security/cert/
H A DCertStore.java430 String cstype; in getDefaultType() local
431 cstype = AccessController.doPrivileged(new PrivilegedAction<>() { in getDefaultType()
436 if (cstype == null) { in getDefaultType()
437 cstype = "LDAP"; in getDefaultType()
439 return cstype; in getDefaultType()

123456789