Searched refs:thisptr (Results 1 – 3 of 3) sorted by relevance
833 Tcl_Obj *thisptr; member1161 Tcl_DecrRefCount(si->thisptr); in SWIG_Tcl_ObjectDelete()1237 objv[1] = inst->thisptr; in SWIG_Tcl_MethodCommand()1238 Tcl_IncrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()1241 Tcl_DecrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()1257 objv[1] = inst->thisptr; in SWIG_Tcl_MethodCommand()1258 Tcl_IncrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()1261 Tcl_DecrRefCount(inst->thisptr); in SWIG_Tcl_MethodCommand()1267 Tcl_SetObjResult(interp, Tcl_DuplicateObj(inst->thisptr)); in SWIG_Tcl_MethodCommand()1291 objv[i] = inst->thisptr; in SWIG_Tcl_MethodCommand()[all …]
2703 S* thisptr;2704 ~this() { assert(&this == thisptr); thisptr = null;}2710 s.thisptr = &s;
2833 S* thisptr;2834 ~this() { assert(&this == thisptr); thisptr = null;}2840 s.thisptr = &s;