Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dapi.py176 def _typeof(self, cdecl, consider_function_as_funcptr=False): member in FFI
196 return self._typeof(cdecl)
214 BType = self._typeof(cdecl)
224 cdecl = self._typeof(cdecl)
235 cdecl = self._typeof(cdecl)
262 cdecl = self._typeof(cdecl)
285 cdecl = self._typeof(cdecl)
295 cdecl = self._typeof(cdecl)
360 cdecl = self._typeof(cdecl)
395 cdecl = self._typeof(cdecl, consider_function_as_funcptr=True)
[all …]
/external/python/cffi/demo/
Dapi.py11 tp = self._typeof(signature, consider_function_as_funcptr=True)
/external/python/cffi/testing/
Dsupport.py84 ffi._typeof = typeof_disabled