Home
last modified time | relevance | path

Searched refs:asptr (Results 1 – 25 of 123) sorted by relevance

12345

/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Dstd_shared_ptr.i15 static int asptr(VALUE obj, std::shared_ptr<Type> **val) {
48 int res = traits_asptr<std::shared_ptr<Type> >::asptr(obj, &p);
54 return traits_asptr<std::shared_ptr<Type> >::asptr(obj, (std::shared_ptr<Type> **)(0));
67 int res = traits_asptr<noconst_type>::asptr(obj, &p);
73 int res = traits_asptr<noconst_type>::asptr(obj, &p);
79 return traits_asptr<std::shared_ptr<Type> >::asptr(obj, (std::shared_ptr<Type> **)(0));
89 int res = traits_asptr<std::shared_ptr<Type> >::asptr(obj, &v);
106 int res = traits_asptr<std::shared_ptr<Type> >::asptr(obj, &p);
H A Drubystdcommon.swg55 static int asptr(VALUE obj, Type **val) {
67 inline int asptr(VALUE obj, Type **vptr) {
68 return traits_asptr<Type>::asptr(obj, vptr);
76 int res = traits_asptr<Type>::asptr(obj, &p);
90 return traits_asptr<Type>::asptr(obj, (Type **)(0));
100 int res = traits_asptr<noconst_type>::asptr(obj, &p);
106 return traits_asptr<Type>::asptr(obj, (Type **)(0));
136 int res = traits_asptr<Type>::asptr(obj, &v);
159 int res = traits_asptr<Type>::asptr(obj, &v);
188 int res = asptr(obj, (Type **)(0));
H A Dstd_deque.i10 static int asptr(VALUE obj, std::deque<T> **vec) {
11 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
H A Dstd_queue.i10 static int asptr(VALUE obj, std::queue<T> **vec) {
11 return traits_asptr_stdseq<std::queue<T> >::asptr(obj, vec);
H A Dstd_stack.i10 static int asptr(VALUE obj, std::stack<T> **vec) {
11 return traits_asptr_stdseq<std::stack<T> >::asptr(obj, vec);
H A Dstd_vectora.i12 static int asptr(VALUE obj, vector_type **vec) {
13 return traits_asptr_stdseq<vector_type>::asptr(obj, vec);
/dports/devel/swig/swig-4.0.2/Lib/r/
H A Drstdcommon.swg41 static int asptr(SWIG_Object obj, Type **val) {
53 inline int asptr(SWIG_Object obj, Type **vptr) {
54 return traits_asptr<Type>::asptr(obj, vptr);
62 int res = traits_asptr<Type>::asptr(obj, &p);
76 return traits_asptr<Type>::asptr(obj, (Type **)(0));
86 int res = traits_asptr<noconst_type>::asptr(obj, &p);
92 return traits_asptr<Type>::asptr(obj, (Type **)(0));
118 int res = (obj ? traits_asptr<Type>::asptr(obj, &v) : SWIG_ERROR);
137 int res = (obj ? traits_asptr<Type>::asptr(obj, &v) : SWIG_ERROR);
164 int res = obj ? asptr(obj, (Type **)(0)) : SWIG_ERROR;
H A Dstd_vector.i223 static int asptr(SEXP obj, std::vector<double> **val) {
243 static int asptr(SEXP obj, std::vector<float> **val) {
264 static int asptr(SEXP obj, std::vector<unsigned char> **val) {
286 static int asptr(SEXP obj, std::vector<signed char> **val) {
332 static int asptr(SEXP obj, std::vector<short int> **val) {
355 static int asptr(SEXP obj, std::vector<unsigned int> **val) {
377 static int asptr(SEXP obj, std::vector<int> **val) {
424 static int asptr(SEXP obj, std::vector<long int> **val) {
471 static int asptr(SEXP obj, std::vector<long long int> **val) {
496 static int asptr(SEXP obj, std::vector<bool> **val) {
[all …]
/dports/devel/swig/swig-4.0.2/Lib/octave/
H A Doctstdcommon.swg43 static int asptr(const octave_value& obj, Type **val) {
55 inline int asptr(const octave_value& obj, Type **vptr) {
56 return traits_asptr<Type>::asptr(obj, vptr);
64 int res = traits_asptr<Type>::asptr(obj, &p);
78 return traits_asptr<Type>::asptr(obj, (Type **)(0));
88 int res = traits_asptr<noconst_type>::asptr(obj, &p);
94 return traits_asptr<Type>::asptr(obj, (Type **)(0));
123 int res = traits_asptr<Type>::asptr(obj, &v);
145 int res = traits_asptr<Type>::asptr(obj, &v);
173 int res = asptr(obj, (Type **)(0));
H A Dstd_deque.i8 static int asptr(octave_value obj, std::deque<T> **vec) {
9 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
H A Dstd_vector.i8 static int asptr(const octave_value& obj, std::vector<T> **vec) {
9 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
H A Dstd_list.i8 static int asptr(const octave_value& obj, std::list<T> **lis) {
9 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
/dports/devel/swig/swig-4.0.2/Lib/scilab/
H A Dscistdcommon.swg43 static int asptr(const SwigSciObject& obj, Type **val) {
55 inline int asptr(const SwigSciObject& obj, Type **vptr) {
56 return traits_asptr<Type>::asptr(obj, vptr);
64 int res = traits_asptr<Type>::asptr(obj, &p);
79 return traits_asptr<Type>::asptr(obj, (Type **)(0));
89 int res = traits_asptr<noconst_type>::asptr(obj, &p);
95 return traits_asptr<Type>::asptr(obj, (Type **)(0));
123 int res = traits_asptr<Type>::asptr(obj, &v);
143 int res = traits_asptr<Type>::asptr(obj, &v);
169 int res = asptr(obj, (Type **)(0));
H A Dstd_multiset.i13 static int asptr(const SwigSciObject &obj, std::multiset<T> **multiset) {
14 return traits_asptr_stdseq<std::multiset<T> >::asptr(obj, multiset);
H A Dstd_deque.i13 static int asptr(const SwigSciObject &obj, std::deque<T> **deq) {
14 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, deq);
H A Dstd_list.i13 static int asptr(SwigSciObject obj, std::list<T> **lis) {
14 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
H A Dstd_vector.i13 static int asptr(const SwigSciObject &obj, std::vector<T> **vec) {
14 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
H A Dstd_set.i13 static int asptr(const SwigSciObject &obj, std::set<T> **set) {
14 return traits_asptr_stdseq<std::set<T> >::asptr(obj, set);
/dports/devel/swig/swig-4.0.2/Lib/python/
H A Dpystdcommon.swg47 static int asptr(PyObject *obj, Type **val) {
68 inline int asptr(PyObject *obj, Type **vptr) {
69 return traits_asptr<Type>::asptr(obj, vptr);
77 int res = traits_asptr<Type>::asptr(obj, &p);
91 return traits_asptr<Type>::asptr(obj, (Type **)(0));
101 int res = traits_asptr<noconst_type>::asptr(obj, &p);
107 return traits_asptr<Type>::asptr(obj, (Type **)(0));
136 int res = (obj ? traits_asptr<Type>::asptr(obj, &v) : SWIG_ERROR);
158 int res = (obj ? traits_asptr<Type>::asptr(obj, &v) : SWIG_ERROR);
186 int res = obj ? asptr(obj, (Type **)(0)) : SWIG_ERROR;
H A Dstd_carray.i9 static int asptr(PyObject *obj, std::carray<T, S> **array) {
10 return traits_asptr_stdseq<std::carray<T, S> >::asptr(obj, array);
33 %typemaps_asptr(SWIG_TYPECHECK_VECTOR, swig::asptr,
H A Dstd_deque.i10 static int asptr(PyObject *obj, std::deque<T> **vec) {
11 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
H A Dstd_list.i10 static int asptr(PyObject *obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
H A Dstd_vectora.i12 static int asptr(PyObject *obj, vector_type **vec) {
13 return traits_asptr_stdseq<vector_type>::asptr(obj, vec);
H A Dstd_vector.i17 static int asptr(PyObject *obj, std::vector<T> **vec) {
18 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
/dports/net/aslookup/aslookup-beta0.13d/
H A Daslookup.c718 char *asptr; local
725 while(asptr != NULL) {
726 asnum = atol(asptr);
1035 int asptr,stp; local
1074 asptr = 0;
1077 switch(getasnum[asptr]) {
1079 getasnum[asptr] = '\0';
1081 stp = asptr + 1;
1084 getasnum[asptr] = '\0';
1086 stp = asptr + 1;
[all …]

12345