Home
last modified time | relevance | path

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

/trunk/main/store/inc/store/
H A Dstore.hxx45 : m_hImpl (0)
52 if (m_hImpl)
59 : m_hImpl (rhs.m_hImpl)
61 if (m_hImpl)
71 if (m_hImpl) in operator =()
73 m_hImpl = rhs.m_hImpl; in operator =()
82 if (m_hImpl)
224 : m_hImpl (rhs.m_hImpl)
238 m_hImpl = rhs.m_hImpl; in operator =()
387 : m_hImpl (rhs.m_hImpl)
[all …]
/trunk/main/registry/inc/registry/
H A Dregistry.hxx790 if (m_hImpl) in RegistryKey()
796 , m_hImpl(toCopy.m_hImpl) in RegistryKey()
798 if (m_hImpl) in RegistryKey()
819 if (m_hImpl) in operator =()
821 m_hImpl = toAssign.m_hImpl; in operator =()
951 m_registry.m_pApi->releaseKey(m_hImpl), m_hImpl = 0; in releaseKey()
1158 , m_hImpl(toCopy.m_hImpl) in Registry()
1160 if (m_hImpl) in Registry()
1167 if (m_hImpl) in ~Registry()
1179 m_hImpl = toAssign.m_hImpl; in operator =()
[all …]
H A Dreflread.hxx316 TypeReaderImpl m_hImpl; member in RegistryTypeReader
325 , m_hImpl(NULL) in RegistryTypeReader()
333 , m_hImpl(toCopy.m_hImpl) in RegistryTypeReader()
334 { m_pApi->acquire(m_hImpl); } in RegistryTypeReader()
338 { m_pApi->release(m_hImpl); } in ~RegistryTypeReader()
342 if (m_hImpl != toAssign.m_hImpl) in operator ==()
344 m_pApi->release(m_hImpl); in operator ==()
345 m_hImpl = toAssign.m_hImpl; in operator ==()
346 m_pApi->acquire(m_hImpl); in operator ==()
356 { return (m_hImpl != NULL); } in isValid()
[all …]
H A Dreflwrit.hxx230 TypeWriterImpl m_hImpl; member in RegistryTypeWriter
242 , m_hImpl(NULL) in RegistryTypeWriter()
255 , m_hImpl(toCopy.m_hImpl) in RegistryTypeWriter()
257 m_pApi->acquire(m_hImpl); in RegistryTypeWriter()
262 m_pApi->release(m_hImpl); in ~RegistryTypeWriter()
267 if (m_hImpl != toAssign.m_hImpl) in operator ==()
269 m_pApi->release(m_hImpl); in operator ==()
270 m_hImpl = toAssign.m_hImpl; in operator ==()
271 m_pApi->acquire(m_hImpl); in operator ==()
303 m_pApi->setUik(m_hImpl, &uik); in setUik()
[all …]

Completed in 62 milliseconds