Home
last modified time | relevance | path

Searched refs:m_hImpl (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/store/inc/store/ !
H A Dstore.hxx45 : 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 …]
/AOO41X/main/registry/inc/registry/ !
H A Dregistry.hxx233 RegHandle m_hImpl; member in Registry
662 RegKeyHandle getKeyHandle() const { return m_hImpl; } in getKeyHandle()
674 RegKeyHandle m_hImpl; member in RegistryKey
782 : 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 …]
H A Dreflread.hxx315 TypeReaderImpl m_hImpl; member in RegistryTypeReader
324 , 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 …]
H A Dreflwrit.hxx229 TypeWriterImpl m_hImpl; member in RegistryTypeWriter
241 , 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 …]