Searched refs:type_initial (Results 1 – 3 of 3) sorted by relevance
/external/marisa-trie/bindings/perl/ |
D | marisa-swig_wrap.cxx | 356 swig_type_info **type_initial; /* Array of initially generated type structures */ member 4789 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule() 4839 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); in SWIG_InitializeModule() 4844 …type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->na… in SWIG_InitializeModule() 4851 if (swig_module.type_initial[i]->clientdata) { in SWIG_InitializeModule() 4852 type->clientdata = swig_module.type_initial[i]->clientdata; in SWIG_InitializeModule() 4858 type = swig_module.type_initial[i]; in SWIG_InitializeModule() 4876 if (type == swig_module.type_initial[i]) { in SWIG_InitializeModule() 4914 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); in SWIG_InitializeModule()
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig_wrap.cxx | 464 swig_type_info **type_initial; /* Array of initially generated type structures */ member 4411 swig_module.type_initial = swig_type_initial; 4461 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); 4466 …type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->na… 4473 if (swig_module.type_initial[i]->clientdata) { 4474 type->clientdata = swig_module.type_initial[i]->clientdata; 4480 type = swig_module.type_initial[i]; 4499 if (type == swig_module.type_initial[i]) { 4537 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 360 swig_type_info **type_initial; /* Array of initially generated type structures */ member 5539 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule() 5589 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); in SWIG_InitializeModule() 5594 …type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->na… in SWIG_InitializeModule() 5601 if (swig_module.type_initial[i]->clientdata) { in SWIG_InitializeModule() 5602 type->clientdata = swig_module.type_initial[i]->clientdata; in SWIG_InitializeModule() 5608 type = swig_module.type_initial[i]; in SWIG_InitializeModule() 5626 if (type == swig_module.type_initial[i]) { in SWIG_InitializeModule() 5664 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); in SWIG_InitializeModule()
|