• Home
  • Raw
  • Download

Lines Matching refs:swig_cast_info

340   struct swig_cast_info  *cast;			/* linked list of types that can cast into this type */
346 typedef struct swig_cast_info { struct
349 struct swig_cast_info *next; /* pointer to next cast in linked list */ argument
350 struct swig_cast_info *prev; /* pointer to the previous cast */ argument
351 } swig_cast_info; typedef
361 swig_cast_info **cast_initial; /* Array of initially generated casting structures */
425 SWIGRUNTIME swig_cast_info *
428 swig_cast_info *iter = ty->cast; in SWIG_TypeCheck()
452 SWIGRUNTIME swig_cast_info *
455 swig_cast_info *iter = ty->cast; in SWIG_TypeCheckStruct()
480 SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) { in SWIG_TypeCast()
533 swig_cast_info *cast = ti->cast; in SWIG_TypeClientData()
2173 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty); in SWIG_Python_ConvertPtrAndOwn()
2260 swig_cast_info *tc = SWIG_TypeCheck(desc,ty); in SWIG_Python_ConvertFunctionPtr()
2284 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty); in SWIG_Python_ConvertPacked()
5444 static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
5445 static swig_cast_info _swigc__p_marisa__Key[] = { {&_swigt__p_marisa__Key, 0, 0, 0},{0, 0, 0, 0}};
5446 static swig_cast_info _swigc__p_marisa_swig__Agent[] = { {&_swigt__p_marisa_swig__Agent, 0, 0, 0},…
5447 static swig_cast_info _swigc__p_marisa_swig__Key[] = { {&_swigt__p_marisa_swig__Key, 0, 0, 0},{0, …
5448 static swig_cast_info _swigc__p_marisa_swig__Keyset[] = { {&_swigt__p_marisa_swig__Keyset, 0, 0, 0…
5449 static swig_cast_info _swigc__p_marisa_swig__Query[] = { {&_swigt__p_marisa_swig__Query, 0, 0, 0},…
5450 static swig_cast_info _swigc__p_marisa_swig__Trie[] = { {&_swigt__p_marisa_swig__Trie, 0, 0, 0},{0…
5451 static swig_cast_info _swigc__p_p_char[] = { {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}};
5452 static swig_cast_info _swigc__p_std__size_t[] = { {&_swigt__p_std__size_t, 0, 0, 0},{0, 0, 0, 0}};
5454 static swig_cast_info *swig_cast_initial[] = {
5586 swig_cast_info *cast; in SWIG_InitializeModule()
5634 swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type); in SWIG_InitializeModule()
5663 swig_cast_info *cast = swig_module.cast_initial[i]; in SWIG_InitializeModule()
5684 swig_cast_info *equiv; in SWIG_PropagateClientData()