| 344 | # define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1) |
| 345 | # define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK) |
| 346 | SWIGINTERNINLINE int SWIG_AddCast(int r) { |
| 347 | return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r; |
| 348 | } |
| 349 | SWIGINTERNINLINE int SWIG_CheckState(int r) { |
| 350 | return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0; |
| 351 | } |
no outgoing calls
no test coverage detected