Home | History | Annotate | Download | only in typemaps

Lines Matching refs:frag

18  *    %ptr_in_typemap(asptr_meth,frag,Type)
19 * %ptr_varin_typemap(asptr_meth,frag,Type)
20 * %ptr_typecheck_typemap(check,asptr_meth,frag,Type)
21 * %ptr_directorout_typemap(asptr_meth,frag,Type)
28 %define %ptr_in_typemap(asptr_meth,frag,Type...)
29 %typemap(in,fragment=frag) Type {
39 %typemap(in,fragment=frag) const Type & (int res = SWIG_OLDOBJ) {
53 %define %ptr_varin_typemap(asptr_meth,frag,Type...)
54 %typemap(varin,fragment=frag) Type {
68 %define %ptr_directorout_typemap(asptr_meth,frag,Type...)
69 %typemap(directorargout,noblock=1,fragment=frag) Type *DIRECTOROUT ($*ltype temp, int swig_ores) {
80 %typemap(directorout,noblock=1,fragment=frag) Type {
90 %typemap(directorout,noblock=1,fragment=frag,warning=SWIGWARN_TYPEMAP_DIRECTOROUT_PTR_MSG) Type* {
108 %typemap(directorout,noblock=1,fragment=frag,warning=SWIGWARN_TYPEMAP_DIRECTOROUT_PTR_MSG) Type& {
131 %typemap(directorout,fragment=frag) Type &DIRECTOROUT = Type
137 #define %ptr_directorout_typemap(asptr_meth,frag,Type...)
143 %define %ptr_typecheck_typemap(check,asptr_meth,frag,Type...)
144 %typemap(typecheck,noblock=1,precedence=check,fragment=frag) Type * {
149 %typemap(typecheck,noblock=1,precedence=check,fragment=frag) Type, const Type& {