Searched refs:m_hImpl (Results 1 – 4 of 4) sorted by relevance
45 : m_hImpl (0)52 if (m_hImpl)53 (void) store_releaseHandle (m_hImpl);59 : m_hImpl (rhs.m_hImpl)61 if (m_hImpl)62 (void) store_acquireHandle (m_hImpl);69 if (rhs.m_hImpl) in operator =()70 (void) store_acquireHandle (rhs.m_hImpl); in operator =()71 if (m_hImpl) in operator =()72 (void) store_releaseHandle (m_hImpl); in operator =()[all …]
233 RegHandle m_hImpl; member in Registry662 RegKeyHandle getKeyHandle() const { return m_hImpl; } in getKeyHandle()674 RegKeyHandle m_hImpl; member in RegistryKey782 : m_hImpl(NULL) in RegistryKey()787 , m_hImpl(hKey) in RegistryKey()789 if (m_hImpl) in RegistryKey()790 m_registry.m_pApi->acquireKey(m_hImpl); in RegistryKey()795 , m_hImpl(toCopy.m_hImpl) in RegistryKey()797 if (m_hImpl) in RegistryKey()798 m_registry.m_pApi->acquireKey(m_hImpl); in RegistryKey()[all …]
315 TypeReaderImpl m_hImpl; member in RegistryTypeReader324 , m_hImpl(NULL) in RegistryTypeReader()326 m_hImpl = m_pApi->createEntry(buffer, bufferLen, copyData); in RegistryTypeReader()332 , m_hImpl(toCopy.m_hImpl) in RegistryTypeReader()333 { m_pApi->acquire(m_hImpl); } in RegistryTypeReader()337 { m_pApi->release(m_hImpl); } in ~RegistryTypeReader()341 if (m_hImpl != toAssign.m_hImpl) in operator ==()343 m_pApi->release(m_hImpl); in operator ==()344 m_hImpl = toAssign.m_hImpl; in operator ==()345 m_pApi->acquire(m_hImpl); in operator ==()[all …]
229 TypeWriterImpl m_hImpl; member in RegistryTypeWriter241 , m_hImpl(NULL) in RegistryTypeWriter()243 m_hImpl = m_pApi->createEntry(RTTypeClass, in RegistryTypeWriter()254 , m_hImpl(toCopy.m_hImpl) in RegistryTypeWriter()256 m_pApi->acquire(m_hImpl); in RegistryTypeWriter()261 m_pApi->release(m_hImpl); in ~RegistryTypeWriter()266 if (m_hImpl != toAssign.m_hImpl) in operator ==()268 m_pApi->release(m_hImpl); in operator ==()269 m_hImpl = toAssign.m_hImpl; in operator ==()270 m_pApi->acquire(m_hImpl); in operator ==()[all …]