Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx284 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) macro
286 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
290 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
293 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
294 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
295 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx392 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) macro
394 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
398 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
401 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
402 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
403 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx288 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) macro
290 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
294 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
297 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
298 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
299 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))