Lines Matching refs:classptr
835 swig_class *classptr; member
1157 if (si->classptr->destructor) { in SWIG_Tcl_ObjectDelete()
1158 (si->classptr->destructor)(si->thisvalue); in SWIG_Tcl_ObjectDelete()
1204 cls_stack[cls_stack_top] = inst->classptr; in SWIG_Tcl_MethodCommand()
1206 cls = inst->classptr; in SWIG_Tcl_MethodCommand()
1318 cls = inst->classptr; in SWIG_Tcl_MethodCommand()
1341 cls = inst->classptr->bases[bi++]; in SWIG_Tcl_MethodCommand()
1360 newinst->classptr = (swig_class *) type->clientdata; in SWIG_Tcl_NewInstanceObj()
1377 swig_class *classptr = (swig_class *) clientData; in SWIG_Tcl_ObjectConstructor() local
1384 if (!classptr) { in SWIG_Tcl_ObjectConstructor()
1388 cons = classptr->constructor; in SWIG_Tcl_ObjectConstructor()
1432 if (SWIG_Tcl_ConvertPtr(interp,newObj, (void **) &thisvalue, *(classptr->type), 0) != SWIG_OK) { in SWIG_Tcl_ObjectConstructor()
1440 newinst->classptr = classptr; in SWIG_Tcl_ObjectConstructor()