Lines Matching refs:std
41 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImpl()
67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl()
94 std::wstring RegistryKeyImpl::GetName() const in GetName()
135 bool RegistryKeyImpl::HasValue(const std::wstring& Name) const in HasValue()
140 StringList::iterator iter = std::find(names->begin(), iter_end, Name); in HasValue()
147 CompareNamesCaseInsensitive(const std::wstring& Name) : in CompareNamesCaseInsensitive()
151 bool operator() (const std::wstring& value) in operator ()()
156 std::wstring name_;
168 bool RegistryKeyImpl::HasSubKey(const std::wstring& Name) const in HasSubKey()
173 …StringList::iterator iter = std::find_if(names->begin(), iter_end, CompareNamesCaseInsensitive(Nam… in HasSubKey()
205 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name) in CopyValue()
229 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name, const std… in CopyValue()