Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dcfield.c748 bool_get(void *ptr, Py_ssize_t size) in bool_get() function
1637 { '?', bool_set, bool_get, &ffi_type_uchar}, /* Also fallback for no native _Bool support */
1639 { '?', bool_set, bool_get, &ffi_type_ushort},
1641 { '?', bool_set, bool_get, &ffi_type_uint, I_set_sw, I_get_sw},
1643 { '?', bool_set, bool_get, &ffi_type_ulong, L_set_sw, L_get_sw},
1645 { '?', bool_set, bool_get, &ffi_type_ulong, Q_set_sw, Q_get_sw},