Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1893 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_FromCharPtrAndSize() local
1894 return pchar_descriptor ? in SWIG_FromCharPtrAndSize()
1895 SWIG_NewPointerObj(const_cast< char * >(carray), pchar_descriptor, 0) : Qnil; in SWIG_FromCharPtrAndSize()
1952 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_AsCharPtrAndSize() local
1953 if (pchar_descriptor) { in SWIG_AsCharPtrAndSize()
1955 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) { in SWIG_AsCharPtrAndSize()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx2826 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_FromCharPtrAndSize() local
2827 return pchar_descriptor ? in SWIG_FromCharPtrAndSize()
2828 SWIG_NewPointerObj(const_cast< char * >(carray), pchar_descriptor, 0) : SWIG_Py_Void(); in SWIG_FromCharPtrAndSize()
2928 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_AsCharPtrAndSize() local
2929 if (pchar_descriptor) { in SWIG_AsCharPtrAndSize()
2931 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) { in SWIG_AsCharPtrAndSize()
/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx1695 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_AsCharPtrAndSize() local
1696 if (pchar_descriptor) { in SWIG_AsCharPtrAndSize()
1698 if (SWIG_ConvertPtr(obj, (void**)&vptr, pchar_descriptor, 0) == SWIG_OK) { in SWIG_AsCharPtrAndSize()