Lines Matching defs:equiv
416 int equiv = 1;
419 while (equiv != 0 && *ne) {
423 equiv = SWIG_TypeNameComp(nb, ne, tb, te);
426 return equiv;
83387 swig_cast_info *equiv;
83395 equiv = swig_module.types[i]->cast;
83396 while (equiv) {
83397 if (!equiv->converter) {
83398 if (equiv->type && !equiv->type->clientdata)
83399 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
83401 equiv = equiv->next;