Home
last modified time | relevance | path

Searched refs:noconst_type (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Dstd_shared_ptr.i63 typedef typename noconst_traits<std::shared_ptr<Type> >::noconst_type noconst_type;
65 noconst_type ret;
66 noconst_type *p = &ret;
67 int res = traits_asptr<noconst_type>::asptr(obj, &p);
69 **(const_cast<noconst_type**>(val)) = ret;
72 noconst_type *p = 0;
73 int res = traits_asptr<noconst_type>::asptr(obj, &p);
H A Drubystdcommon.swg79 typedef typename noconst_traits<Type>::noconst_type noconst_type;
80 *(const_cast<noconst_type*>(val)) = *p;
98 typedef typename noconst_traits<Type>::noconst_type noconst_type;
99 noconst_type *p = 0;
100 int res = traits_asptr<noconst_type>::asptr(obj, &p);
102 *(const_cast<noconst_type**>(val)) = p;
H A Dstd_pair.i113 std::pair< typename swig::noconst_traits<T >::noconst_type,U>* p = NULL;
120 std::pair< typename swig::noconst_traits<T >::noconst_type,U>* p = NULL;
127 rb_ary_push(obj, swig::from<typename swig::noconst_traits<T >::noconst_type>(val.first));
/dports/devel/swig/swig-4.0.2/Lib/r/
H A Drstdcommon.swg65 typedef typename noconst_traits<Type>::noconst_type noconst_type;
66 *(const_cast<noconst_type*>(val)) = *p;
84 typedef typename noconst_traits<Type>::noconst_type noconst_type;
85 noconst_type *p = 0;
86 int res = traits_asptr<noconst_type>::asptr(obj, &p);
88 *(const_cast<noconst_type**>(val)) = p;
/dports/devel/swig/swig-4.0.2/Lib/octave/
H A Doctstdcommon.swg67 typedef typename noconst_traits<Type>::noconst_type noconst_type;
68 *(const_cast<noconst_type*>(val)) = *p;
86 typedef typename noconst_traits<Type>::noconst_type noconst_type;
87 noconst_type *p = 0;
88 int res = traits_asptr<noconst_type>::asptr(obj, &p);
90 *(const_cast<noconst_type**>(val)) = p;
/dports/devel/swig/swig-4.0.2/Lib/scilab/
H A Dscistdcommon.swg68 typedef typename noconst_traits<Type>::noconst_type noconst_type;
69 *(const_cast<noconst_type*>(val)) = *p;
87 typedef typename noconst_traits<Type>::noconst_type noconst_type;
88 noconst_type *p = 0;
89 int res = traits_asptr<noconst_type>::asptr(obj, &p);
91 *(const_cast<noconst_type**>(val)) = p;
/dports/devel/swig/swig-4.0.2/Lib/python/
H A Dpystdcommon.swg80 typedef typename noconst_traits<Type>::noconst_type noconst_type;
81 *(const_cast<noconst_type*>(val)) = *p;
99 typedef typename noconst_traits<Type>::noconst_type noconst_type;
100 noconst_type *p = 0;
101 int res = traits_asptr<noconst_type>::asptr(obj, &p);
103 *(const_cast<noconst_type**>(val)) = p;
/dports/devel/swig/swig-4.0.2/Lib/std/
H A Dstd_common.i78 typedef Type noconst_type; typedef
83 typedef Type noconst_type;
99 return traits<typename noconst_traits<Type >::noconst_type >::type_name();
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/pdb2pka/
H A DpMC_mult_wrap.cpp2919 typedef Type noconst_type; typedef
2924 typedef Type noconst_type; typedef
2940 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
3045 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
3046 *(const_cast<noconst_type*>(val)) = *p; in asval()
3064 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
3065 noconst_type *p = 0; in asval()
3066 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
3068 *(const_cast<noconst_type**>(val)) = p; in asval()
/dports/security/libpreludedb/libpreludedb-1.2.6/bindings/python/
H A D_preludedb.cxx4007 typedef Type noconst_type; typedef
4012 typedef Type noconst_type; typedef
4028 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 *(const_cast<noconst_type*>(val)) = *p; in asval()
4159 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4160 noconst_type *p = 0; in asval()
4161 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4163 *(const_cast<noconst_type**>(val)) = p; in asval()
/dports/security/libprelude/libprelude-1.2.6/bindings/ruby/
H A DPrelude.cxx2637 typedef Type noconst_type; typedef
2642 typedef Type noconst_type; typedef
2658 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
2771 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
2772 *(const_cast<noconst_type*>(val)) = *p; in asval()
2790 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
2791 noconst_type *p = 0; in asval()
2792 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
2794 *(const_cast<noconst_type**>(val)) = p; in asval()
/dports/security/libprelude/libprelude-1.2.6/bindings/python/
H A D_prelude.cxx4166 typedef Type noconst_type; typedef
4171 typedef Type noconst_type; typedef
4187 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4299 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4300 *(const_cast<noconst_type*>(val)) = *p; in asval()
4318 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4319 noconst_type *p = 0; in asval()
4320 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4322 *(const_cast<noconst_type**>(val)) = p; in asval()
/dports/devel/libwfut/libwfut-0.2.3/python/
H A DWFUT.cxx3274 typedef Type noconst_type; typedef
3279 typedef Type noconst_type; typedef
3295 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
3407 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
3408 *(const_cast<noconst_type*>(val)) = *p; in asval()
3426 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
3427 noconst_type *p = 0; in asval()
3428 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
3430 *(const_cast<noconst_type**>(val)) = p; in asval()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/python/
H A Dcvxcore_wrap.cpp3736 typedef Type noconst_type; typedef
3741 typedef Type noconst_type; typedef
3757 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
3883 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
3884 *(const_cast<noconst_type*>(val)) = *p; in asval()
3902 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
3903 noconst_type *p = 0; in asval()
3904 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
3906 *(const_cast<noconst_type**>(val)) = p; in asval()
/dports/french/med/med-4.0.0/python/
H A Dmedfamily_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedfamily_long_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedfilter_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedinterp_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedinterp_long_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedlibrary_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedlink_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedfile_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedprofile_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedparameter_int_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()
H A Dmedsubdomain_long_wrap.cc3974 typedef Type noconst_type; typedef
3979 typedef Type noconst_type; typedef
3995 return traits<typename noconst_traits<Type >::noconst_type >::type_name(); in type_name()
4121 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4122 *(const_cast<noconst_type*>(val)) = *p; in asval()
4140 typedef typename noconst_traits<Type>::noconst_type noconst_type; in asval() typedef
4141 noconst_type *p = 0; in asval()
4142 int res = traits_asptr<noconst_type>::asptr(obj, &p); in asval()
4144 *(const_cast<noconst_type**>(val)) = p; in asval()

123