Searched defs:wstring_at (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/ctypes/
H A D__init__.py514 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__.py500 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.c5313 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.c5563 wstring_at(const wchar_t *ptr, int size) function
5725 PyModule_AddObject(m, "_wstring_at_addr", PyLong_FromVoidPtr(wstring_at));

Completed in 320 milliseconds