Home | History | Annotate | Download | only in guile

Lines Matching refs:typemap

49 %typemap(in, doc="$NAME is of type <" #SCM_TYPE ">") PTRTYPE *INPUT(PTRTYPE temp)
57 %typemap(in, doc="$NAME is of type <" #SCM_TYPE "> and is consumed by the function") PTRTYPE *INPUT_CONSUMED(PTRTYPE temp)
66 %typemap(in, doc="$NAME is of type <" #SCM_TYPE "> and is consumed by the function") PTRTYPE *INPUT_DESTROYED(PTRTYPE temp)
75 %typemap(in, numinputs=0) PTRTYPE *OUTPUT(PTRTYPE temp),
79 %typemap(argout, doc="<" #SCM_TYPE ">") PTRTYPE *OUTPUT
82 %typemap(argout, doc="<" #SCM_TYPE ">") PTRTYPE *OUTPUT_NONCOLLECTABLE
85 %typemap(in) PTRTYPE *BOTH = PTRTYPE *INPUT;
86 %typemap(argout) PTRTYPE *BOTH = PTRTYPE *OUTPUT;
87 %typemap(in) PTRTYPE *INOUT = PTRTYPE *INPUT;
88 %typemap(argout) PTRTYPE *INOUT = PTRTYPE *OUTPUT;
93 %typemap(in, doc="$NAME is of type <" #SCM_TYPE ">") PTRTYPE {
98 %typemap(out, doc="<" #SCM_TYPE ">") PTRTYPE {