Home
last modified time | relevance | path

Searched refs:RegistryKeyIterator (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/win/
H A Dregistry.h203 class RegistryKeyIterator { class
206 RegistryKeyIterator(HKEY root_key, const char16_t* folder_key);
213 RegistryKeyIterator(HKEY root_key,
217 ~RegistryKeyIterator();
247 RegistryKeyIterator(const RegistryKeyIterator&) = delete;
248 RegistryKeyIterator& operator=(const RegistryKeyIterator&) = delete;
H A Dregistry.cc546 // RegistryKeyIterator --------------------------------------------------------
548 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator() function in base::win::RegistryKeyIterator
553 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator() function in base::win::RegistryKeyIterator
559 RegistryKeyIterator::~RegistryKeyIterator() { in ~RegistryKeyIterator()
564 DWORD RegistryKeyIterator::SubkeyCount() const { in SubkeyCount()
574 bool RegistryKeyIterator::Valid() const { in Valid()
578 void RegistryKeyIterator
[all...]

Completed in 2 milliseconds