Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1441 static ID swig_arity_id = 0; variable
1506 swig_arity_id = rb_intern("arity"); in SWIG_Ruby_InitRuntime()
1787 if ( rb_respond_to( proc, swig_arity_id ) == Qtrue ) in SWIG_Ruby_arity()
1789 VALUE num = rb_funcall( proc, swig_arity_id, 0 ); in SWIG_Ruby_arity()