Home
last modified time | relevance | path

Searched refs:SWIG_From_int (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsemanage/src/
Dsemanageswig_python.i137 $result = SWIG_From_int(STATUS_ERR);
200 $result = SWIG_From_int(STATUS_ERR);
243 $result = SWIG_From_int(STATUS_ERR);
287 $result = SWIG_From_int(STATUS_ERR);
331 $result = SWIG_From_int(STATUS_ERR);
374 $result = SWIG_From_int(STATUS_ERR);
417 $result = SWIG_From_int(STATUS_ERR);
460 $result = SWIG_From_int(STATUS_ERR);
503 $result = SWIG_From_int(STATUS_ERR);
546 $result = SWIG_From_int(STATUS_ERR);
/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx1577 SWIG_From_int SWIG_PERL_DECL_ARGS_1(int value) in SWIG_PERL_DECL_ARGS_1()
4390 ST(argvi) = SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(result)); argvi++ ; in XS()
4426 ST(argvi) = SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(result)); argvi++ ; in XS()
5019 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::OK))); in XS()
5024 … sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::STATE_ERROR))); in XS()
5029 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::NULL_ERROR))); in XS()
5034 … sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::BOUND_ERROR))); in XS()
5039 … sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::RANGE_ERROR))); in XS()
5044 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::CODE_ERROR))); in XS()
5049 … sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(marisa_swig::RESET_ERROR))); in XS()
[all …]
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1869 SWIG_From_int (int value) in SWIG_From_int() function
4083 vresult = SWIG_From_int(static_cast< int >(result));
4115 vresult = SWIG_From_int(static_cast< int >(result));
4602 rb_define_const(mMarisa, "OK", SWIG_From_int(static_cast< int >(marisa_swig::OK)));
4603 …rb_define_const(mMarisa, "STATE_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::STATE_ERROR)…
4604 …rb_define_const(mMarisa, "NULL_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::NULL_ERROR)));
4605 …rb_define_const(mMarisa, "BOUND_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::BOUND_ERROR)…
4606 …rb_define_const(mMarisa, "RANGE_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::RANGE_ERROR)…
4607 …rb_define_const(mMarisa, "CODE_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::CODE_ERROR)));
4608 …rb_define_const(mMarisa, "RESET_ERROR", SWIG_From_int(static_cast< int >(marisa_swig::RESET_ERROR)…
[all …]
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx2802 SWIG_From_int (int value) in SWIG_From_int() function
5168 resultobj = SWIG_From_int(static_cast< int >(result)); in _wrap_Trie_tail_mode()
5198 resultobj = SWIG_From_int(static_cast< int >(result)); in _wrap_Trie_node_order()
6057 SWIG_Python_SetConstant(d, "OK",SWIG_From_int(static_cast< int >(marisa_swig::OK))); in SWIG_init()
6058 …SWIG_Python_SetConstant(d, "STATE_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::STATE_ERROR… in SWIG_init()
6059 …SWIG_Python_SetConstant(d, "NULL_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::NULL_ERROR))… in SWIG_init()
6060 …SWIG_Python_SetConstant(d, "BOUND_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::BOUND_ERROR… in SWIG_init()
6061 …SWIG_Python_SetConstant(d, "RANGE_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::RANGE_ERROR… in SWIG_init()
6062 …SWIG_Python_SetConstant(d, "CODE_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::CODE_ERROR))… in SWIG_init()
6063 …SWIG_Python_SetConstant(d, "RESET_ERROR",SWIG_From_int(static_cast< int >(marisa_swig::RESET_ERROR… in SWIG_init()
[all …]