Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx1826 static swig_module_info swig_module = {swig_types, 9, 0, 0, 0, 0}; variable
1827 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
1828 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
4409 if (swig_module.next==0) {
4411 swig_module.type_initial = swig_type_initial;
4412 swig_module.cast_initial = swig_cast_initial;
4413 swig_module.next = &swig_module;
4424 SWIG_SetModule(clientdata, &swig_module);
4425 module_head = &swig_module;
4431 if (iter==&swig_module) {
[all …]
/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx1528 static swig_module_info swig_module = {swig_types, 9, 0, 0, 0, 0}; variable
1529 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
1530 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
4787 if (swig_module.next==0) { in SWIG_InitializeModule()
4789 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule()
4790 swig_module.cast_initial = swig_cast_initial; in SWIG_InitializeModule()
4791 swig_module.next = &swig_module; in SWIG_InitializeModule()
4802 SWIG_SetModule(clientdata, &swig_module); in SWIG_InitializeModule()
4803 module_head = &swig_module; in SWIG_InitializeModule()
4809 if (iter==&swig_module) { in SWIG_InitializeModule()
[all …]
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx2497 swig_module_info *swig_module = (swig_module_info *) vptr; in SWIG_Python_DestroyModule() local
2498 swig_type_info **types = swig_module->types; in SWIG_Python_DestroyModule()
2500 for (i =0; i < swig_module->size; ++i) { in SWIG_Python_DestroyModule()
2511 SWIG_Python_SetModule(swig_module_info *swig_module) { in SWIG_Python_SetModule() argument
2521 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule); in SWIG_Python_SetModule()
2546 swig_module_info *swig_module = SWIG_Python_GetModule(); in SWIG_Python_TypeQuery() local
2547 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type); in SWIG_Python_TypeQuery()
2698 static swig_module_info swig_module = {swig_types, 9, 0, 0, 0, 0}; variable
2699 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2700 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
[all …]