HomeSort by relevance Sort by last modified time
    Searched refs:SWIG_NewMemberObj (Results 1 - 10 of 10) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigtype.swg 460 %set_output(SWIG_NewMemberObj(%as_voidptr(&$1), sizeof($type), $descriptor));
471 %set_varoutput(SWIG_NewMemberObj(%as_voidptr(&$1), sizeof($type), $descriptor));
475 %set_constant("$symname", SWIG_NewMemberObj(%as_voidptr(&$value), sizeof($type), $descriptor));
483 $input = SWIG_NewMemberObj(%as_voidptr(&$1), sizeof($type), $descriptor);
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 375 %set_output(SWIG_NewMemberObj(%as_voidptr(&$1), sizeof($type), $descriptor));
386 %set_varoutput(SWIG_NewMemberObj(%as_voidptr(&$1), sizeof($type), $descriptor));
guile_scm_run.swg 75 #define SWIG_NewMemberObj(ptr, sz, type) \
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 224 // therefore a special wrapping functions SWIG_ConvertMember() & SWIG_NewMemberObj() were written
234 SWIG_NewMemberObj(L,(void*)(&$1),sizeof($type),$descriptor); SWIG_arg++;
luarun.swg 189 #define SWIG_NewMemberObj(L, ptr, sz, type) SWIG_Lua_NewPackedObj(L, ptr, sz, type)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 38 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_NewPackedObj(ptr, sz, type)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 33 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Ruby_NewPackedObj(ptr, sz, type)
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 28 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Tcl_NewPackedObj(ptr, sz, type)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 43 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]

Completed in 79 milliseconds