Searched defs:wstring_at (Results 1 - 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ctypes/ |
H A D | __init__.py | 514 def wstring_at(ptr, size=-1): function in function:string_at 515 """wstring_at(addr[, size]) -> string
|
/external/python/cpython3/Lib/ctypes/ |
H A D | __init__.py | 500 def wstring_at(ptr, size=-1): function in function:string_at 501 """wstring_at(addr[, size]) -> string
|
/external/python/cpython3/Modules/_ctypes/ |
H A D | _ctypes.c | 5313 wstring_at(const wchar_t *ptr, int size) function 5488 PyModule_AddObject(m, "_wstring_at_addr", PyLong_FromVoidPtr(wstring_at));
|
/external/python/cpython2/Modules/_ctypes/ |
H A D | _ctypes.c | 5563 wstring_at(const wchar_t *ptr, int size) function 5725 PyModule_AddObject(m, "_wstring_at_addr", PyLong_FromVoidPtr(wstring_at));
|
Completed in 320 milliseconds