Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Denv_win.cc58 const auto FindCloseFunc = [](HANDLE h) { ::FindClose(h); }; in __anonbb4745170302() variable
59 typedef std::unique_ptr<void, decltype(FindCloseFunc)> UniqueFindClosePtr;
586 UniqueFindClosePtr fc(handle, FindCloseFunc); in GetChildren()