Searched refs:pchar_descriptor (Results 1 – 3 of 3) sorted by relevance
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig_wrap.cxx | 1893 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/ |
D | marisa-swig_wrap.cxx | 2826 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/ |
D | marisa-swig_wrap.cxx | 1695 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()
|