Searched refs:dcast (Results 1 – 3 of 3) sorted by relevance
3239 * tinfo.h (*::dcast): Return int. Add valp parm.3240 * tinfo.cc (*::dcast): Likewise. Adjust to allow for null pointers.
4480 * tinfo.cc (__class_type_info::dcast): Change the type of variable
356 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ member496 if (!ty || !ty->dcast) return ty; in SWIG_TypeDynamicCast()497 while (ty && (ty->dcast)) { in SWIG_TypeDynamicCast()498 ty = (*ty->dcast)(ptr); in SWIG_TypeDynamicCast()