Searched refs:_object (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | Synchronization.h | 22 ::CEvent _object;
member in NWindows::NSynchronization::MY_UNCOPYABLE 24 bool IsCreated() { return Event_IsCreated(&_object) != 0; }
in IsCreated() 26 CBaseEvent() { Event_Construct(&_object); }
in CBaseEvent() 28 WRes Close() { return Event_Close(&_object); }
in Close() 31 operator HANDLE() { return _object; }
in operator HANDLE() 34 _object = ::CreateEvent(sa, BoolToBOOL(manualReset), BoolToBOOL(initiallyOwn), name);
in Create() 35 if (name == NULL && _object != NULL)
in Create() 41 _object = ::OpenEvent(desiredAccess, BoolToBOOL(inheritHandle), name);
in Open() 42 if (_object != NULL)
in Open() 48 WRes Set() { return Event_Set(&_object); }
in Set() 140 ::CSemaphore _object; global() member in NWindows::NSynchronization::MY_UNCOPYABLE 167 ::CCriticalSection _object; global() member in NWindows::NSynchronization::MY_UNCOPYABLE 177 CCriticalSection *_object; global() member in NWindows::NSynchronization::MY_UNCOPYABLE [all...] |
H A D | Registry.cpp | 51 _object = key;
in Create() 65 _object = key;
in Open() 73 if (_object != NULL)
in Close() 75 res = RegCloseKey(_object);
in Close() 76 _object = NULL;
in Close() 85 MY_ASSUME(_object != NULL);
in DeleteSubKey() 86 return RegDeleteKey(_object, subKeyName);
in DeleteSubKey() 92 LONG res = key.Open(_object, subKeyName, KEY_READ | KEY_WRITE);
in RecurseDeleteKey() 99 while (RegEnumKeyEx(key._object, 0, buffer, &size, NULL, NULL, NULL, &fileTime) == ERROR_SUCCESS)
in RecurseDeleteKey() 120 MY_ASSUME(_object ! in DeleteValue() [all...] |
H A D | Registry.h | 16 HKEY _object;
member in NWindows::NRegistry::CKey 18 CKey(): _object(NULL) {}
in CKey() 21 operator HKEY() const { return _object; }
in operator HKEY() 22 void Attach(HKEY key) { _object = key; }
in Attach() 25 HKEY key = _object;
in Detach() 26 _object = NULL;
in Detach()
|
/third_party/python/Include/ |
H A D | pytypedefs.h | 18 typedef struct _object PyObject;
|
H A D | object.h | 100 struct _object { struct
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp.py | 91 _object = object variable 94 class _object: class
|
Completed in 5 milliseconds