HomeSort by relevance Sort by last modified time
    Searched refs:SWIG_NewPointerObj (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinit.swg 55 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
tclrun.swg 12 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Tcl_NewPointerObj(ptr, type, flags)
483 Tcl_Obj *robj = SWIG_NewPointerObj(thisvalue, type,0);
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 439 $result = SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &)),
445 tmpc.append(SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).first),
447 tmpc.append(SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).second),
457 tmpc.append(SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).first),
603 return SWIG_NewPointerObj(new sequence(seq), desc, SWIG_POINTER_OWN);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 22 #define SWIG_NewPointerObj(p, type, flags) SWIG_Perl_NewPointerObj(SWIG_PERL_OBJECT_CALL p, type, flags)
30 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
34 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_NewPointerObj(ptr, type, 0)
std_vector.i 284 sv_setsv(svs[i], SWIG_NewPointerObj(x, $descriptor(T *), 0));
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 15 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Ruby_NewPointerObj(ptr, type, flags)
25 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
29 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_NewPointerObj(ptr, type, 0)
rubycontainer.swg 431 $result = SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &),
438 $result = SWIG_NewPointerObj(swig::make_nonconst_iterator(%static_cast($1,const $type &),
446 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).first),
448 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).second),
458 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).first),
460 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).second),
1073 return SWIG_NewPointerObj(new sequence(seq), desc, SWIG_POINTER_OWN);
std_map.i 119 return SWIG_NewPointerObj(new map_type(map), desc, SWIG_POINTER_OWN);
232 VALUE me = SWIG_NewPointerObj( $self, type, 0 );
std_multimap.i 46 return SWIG_NewPointerObj(new multimap_type(multimap), desc, SWIG_POINTER_OWN);
  /external/libnl/python/netlink/
capi.i 606 msgobj = SWIG_NewPointerObj(SWIG_as_voidptr(msg),
645 errobj = SWIG_NewPointerObj(SWIG_as_voidptr(err),
873 v = SWIG_NewPointerObj(SWIG_as_voidptr(tb_msg[i]), SWIGTYPE_p_nlattr, 0 | 0 );
899 nestattrobj = SWIG_NewPointerObj(SWIG_as_voidptr(pos),
958 polobj = SWIG_NewPointerObj(SWIG_as_voidptr(&policies[i]),
  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_pair.i 61 SCM first = SWIG_NewPointerObj(x,$descriptor(T *), 1);
62 SCM second = SWIG_NewPointerObj(y,$descriptor(U *), 1);
168 SCM second = SWIG_NewPointerObj(y,$descriptor(U *), 1);
268 SCM first = SWIG_NewPointerObj(x,$descriptor(T *), 1);
    [all...]
std_map.i 116 SCM k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
117 SCM x = SWIG_NewPointerObj(val,$descriptor(T *), 1);
257 SCM k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
345 SCM x = SWIG_NewPointerObj(val,$descriptor(T *), 1);
558 SCM k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
689 SCM k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
    [all...]
guile_scm_run.swg 56 #define SWIG_NewPointerObj(ptr, type, owner) \
std_vector.i 107 SWIG_NewPointerObj(x, $descriptor(T *), 1));
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_pair.i 63 Scheme_Object* first = SWIG_NewPointerObj(x,$descriptor(T *), 1);
64 Scheme_Object* second = SWIG_NewPointerObj(y,$descriptor(U *), 1);
170 Scheme_Object* second = SWIG_NewPointerObj(y,$descriptor(U *), 1);
271 Scheme_Object* first = SWIG_NewPointerObj(x,$descriptor(T *), 1);
    [all...]
std_map.i 116 Scheme_Object* k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
117 Scheme_Object* x = SWIG_NewPointerObj(val,$descriptor(T *), 1);
257 Scheme_Object* k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
345 Scheme_Object* x = SWIG_NewPointerObj(val,$descriptor(T *), 1);
558 Scheme_Object* k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
689 Scheme_Object* k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
    [all...]
mzrun.swg 20 #define SWIG_NewPointerObj(ptr, type, owner) \
std_vector.i 109 els[i] = SWIG_NewPointerObj(x,$descriptor(T *), 1);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocamldec.swg 110 #define SWIG_NewPointerObj(p,type,flags) caml_val_ptr(p,type)
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 488 SWIG_NewPointerObj(L,array[i],type,own);
563 %{SWIG_NewPointerObj(L,*$1,$*descriptor,1); SWIG_arg++; %}
luarun.swg 184 #define SWIG_NewPointerObj(L, ptr, type, owner) SWIG_Lua_NewPointerObj(L, (void *)ptr, type, owner)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 657 $result = SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &)),
663 PyTuple_SetItem($result,0,SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).first),
665 PyTuple_SetItem($result,1,SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).second),
674 PyTuple_SetItem($result,0,SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).first),
973 return SWIG_NewPointerObj(new sequence(seq), desc, SWIG_POINTER_OWN);
pyrun.swg 18 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, flags)
20 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
35 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
inoutlist.swg 186 %append_output(SWIG_NewPointerObj((void*)($1), $1_descriptor, new_flags));
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chickenrun.swg 30 #define SWIG_NewPointerObj(ptr, type, owner) \

Completed in 219 milliseconds

12