Searched defs:c_py_buffer_type (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3407 c_py_buffer_type = CStructOrUnionType("Py_buffer", "struct", None, 1, "Py_buffer") variable
3408 c_py_buffer_ptr_type = CPtrType(c_py_buffer_type)

Completed in 197 milliseconds