Searched refs:wstring_at (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ctypes/test/ |
D | test_memfunctions.py | 15 lambda: wstring_at(u"foo", sys.maxint - 1)) 73 self.assertEqual(wstring_at(a), "Hello, World") 74 self.assertEqual(wstring_at(a, 5), "Hello") 75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0") 76 self.assertEqual(wstring_at(a, 0), "")
|
/third_party/python/Lib/ctypes/ |
D | __init__.py | 525 def wstring_at(ptr, size=-1): function
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 5651 wstring_at(const wchar_t *ptr, int size) in wstring_at() function 5791 MOD_ADD("_wstring_at_addr", PyLong_FromVoidPtr(wstring_at)); in _ctypes_add_objects()
|
/third_party/python/Doc/library/ |
D | ctypes.rst | 2042 .. function:: wstring_at(address, size=-1) 2049 .. audit-event:: ctypes.wstring_at address,size ctypes.wstring_at
|
/third_party/python/Misc/ |
D | HISTORY | 16563 - Issue #3554: ctypes.string_at and ctypes.wstring_at did call Python
|