Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dplatformfilewatcher.h
H A Dplatformfilewatcher.cpp
/glogg/src/
H A Dplatformfilewatcher.h63 using PlatformWatchTower = WatchTower<WinWatchTowerDriver>;
65 typedef WatchTower<WinWatchTowerDriver> PlatformWatchTower;
68 using PlatformWatchTower = WatchTower<KQueueWatchTowerDriver>;
71 using PlatformWatchTower = WatchTower<INotifyWatchTowerDriver>;
73 typedef WatchTower<INotifyWatchTowerDriver> PlatformWatchTower;
81 static std::shared_ptr<PlatformWatchTower> watch_tower_;
H A Dplatformfilewatcher.cpp24 std::shared_ptr<PlatformFileWatcher::PlatformWatchTower> PlatformFileWatcher::watch_tower_;
31 watch_tower_ = std::make_shared<PlatformWatchTower>(); in PlatformFileWatcher()
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp20 using PlatformWatchTower = WatchTower<WinWatchTowerDriver>; typedef
23 using PlatformWatchTower = WatchTower<KQueueWatchTowerDriver>; typedef
26 using PlatformWatchTower = WatchTower<INotifyWatchTowerDriver>; typedef
34 shared_ptr<PlatformWatchTower> watch_tower = make_shared<PlatformWatchTower>();
322 auto mortal_watch_tower = new PlatformWatchTower(); in TEST()