Searched refs:FindCloseFunc (Results 1 – 1 of 1) sorted by relevance
58 const auto FindCloseFunc = [](HANDLE h) { ::FindClose(h); }; in __anonbb4745170302() variable59 typedef std::unique_ptr<void, decltype(FindCloseFunc)> UniqueFindClosePtr;586 UniqueFindClosePtr fc(handle, FindCloseFunc); in GetChildren()