Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx949 #define SWIG_ErrorType(code) SWIG_Perl_ErrorType(code) macro
950 #define SWIG_Error(code, msg) sv_setpvf(GvSV(PL_errgv),"%s %s\n", SWIG_ErrorType(code)…
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1138 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code) macro
1139 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1404 #define SWIG_ErrorType(code) SWIG_Ruby_ErrorType(code) macro