Home
last modified time | relevance | path

Searched refs:SWIG_MAXCASTRANK (Results 1 – 3 of 3) sorted by relevance

/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx305 # ifndef SWIG_MAXCASTRANK /* Default cast allowed */
306 # define SWIG_MAXCASTRANK (2) macro
311 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r; in SWIG_AddCast()
2430 _pi *= SWIG_MAXCASTRANK; in XS()
2439 _pi *= SWIG_MAXCASTRANK; in XS()
2460 _pi *= SWIG_MAXCASTRANK; in XS()
2468 _pi *= SWIG_MAXCASTRANK; in XS()
2479 _pi *= SWIG_MAXCASTRANK; in XS()
2501 _pi *= SWIG_MAXCASTRANK; in XS()
2509 _pi *= SWIG_MAXCASTRANK; in XS()
[all …]
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx413 # ifndef SWIG_MAXCASTRANK /* Default cast allowed */
414 # define SWIG_MAXCASTRANK (2) macro
419 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r; in SWIG_AddCast()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx309 # ifndef SWIG_MAXCASTRANK /* Default cast allowed */
310 # define SWIG_MAXCASTRANK (2) macro
315 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r; in SWIG_AddCast()