Home | History | Annotate | Download | only in ocaml

Lines Matching refs:how

221 %define %char_ptr_in(how)
222 %typemap(how) char *, signed char *, unsigned char * {
223 /* %typemap(how) char * ... */
227 %typemap(how) char [ANY], signed char [ANY], unsigned char [ANY] {
228 /* %typemap(how) char [ANY] ... */
239 %define %char_ptr_out(how)
240 %typemap(how)
246 %typemap(how)
257 %define %swigtype_ptr_in(how)
258 %typemap(how) SWIGTYPE * {
259 /* %typemap(how) SWIGTYPE * */
262 %typemap(how) SWIGTYPE (CLASS::*) {
263 /* %typemap(how) SWIGTYPE (CLASS::*) */
269 %define %swigtype_ptr_out(how)
271 /* %typemap(how) SWIGTYPE *, SWIGTYPE (CLASS::*) */
279 %typemap(how) SWIGTYPE (CLASS::*) {
280 /* %typemap(how) SWIGTYPE *, SWIGTYPE (CLASS::*) */
294 %define %swigtype_array_fail(how,msg)
295 %typemap(how) SWIGTYPE [] {
310 %define %swig_enum_in(how)
311 %typemap(how) enum SWIGTYPE {
316 %define %swig_enum_out(how)
317 %typemap(how) enum SWIGTYPE {