Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1437 static VALUE _cSWIG_Pointer = Qnil; variable
1517 if (NIL_P(_cSWIG_Pointer)) { in SWIG_Ruby_define_class()
1518 _cSWIG_Pointer = rb_define_class_under(_mSWIG, "Pointer", rb_cObject); in SWIG_Ruby_define_class()
1519 rb_undef_method(CLASS_OF(_cSWIG_Pointer), "new"); in SWIG_Ruby_define_class()
1521 klass = rb_define_class_under(_mSWIG, klass_name, _cSWIG_Pointer); in SWIG_Ruby_define_class()