Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx960 # define VALUEFUNC(f) ((VALUE (*)()) f) macro
965 # define VALUEFUNC(f) ((VALUE (*)()) f) macro
969 # define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f) macro
974 # define VALUEFUNC(f) (f) macro
999 #define rb_define_alloc_func(klass, func) rb_define_singleton_method((klass), "new", VALUEFUNC((fun…
4632 rb_define_method(SwigClassKey.klass, "str", VALUEFUNC(_wrap_Key_str), -1);
4633 rb_define_method(SwigClassKey.klass, "id", VALUEFUNC(_wrap_Key_id), -1);
4634 rb_define_method(SwigClassKey.klass, "weight", VALUEFUNC(_wrap_Key_weight), -1);
4642 rb_define_method(SwigClassQuery.klass, "str", VALUEFUNC(_wrap_Query_str), -1);
4643 rb_define_method(SwigClassQuery.klass, "id", VALUEFUNC(_wrap_Query_id), -1);
[all …]