Searched defs:objstruct_cname (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Symtab.py | 906 def declare_builtin_type(self, name, cname, utility_code = None, objstruct_cname = None): argument 1237 module_name = None, base_type = None, objstruct_cname = None, argument
|
D | ModuleNode.py | 480 def objstruct_cname(entry_type): function
|
D | PyrexTypes.py | 948 def __init__(self, name, cname, objstruct_cname=None): argument
|