Searched refs:m_hImpl (Results 1 – 4 of 4) sorted by relevance
45 : 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 …]
789 if (m_hImpl) in RegistryKey()795 , m_hImpl(toCopy.m_hImpl) in RegistryKey()797 if (m_hImpl) in RegistryKey()818 if (m_hImpl) in operator =()820 m_hImpl = toAssign.m_hImpl; in operator =()950 m_registry.m_pApi->releaseKey(m_hImpl), m_hImpl = 0; in releaseKey()1157 , m_hImpl(toCopy.m_hImpl) in Registry()1159 if (m_hImpl) in Registry()1166 if (m_hImpl) in ~Registry()1178 m_hImpl = toAssign.m_hImpl; in operator =()[all …]
315 TypeReaderImpl m_hImpl; member in RegistryTypeReader324 , m_hImpl(NULL) 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 ==()355 { return (m_hImpl != NULL); } in isValid()[all …]
229 TypeWriterImpl m_hImpl; member in RegistryTypeWriter241 , m_hImpl(NULL) 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 ==()302 m_pApi->setUik(m_hImpl, &uik); in setUik()[all …]
Completed in 50 milliseconds