Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.h
H A Dinotifywatchtowerdriver.h
H A Dwinwatchtowerdriver.h
H A Dwinwatchtowerdriver.cpp
H A Dwatchtowerlist.h
H A Dkqueuewatchtowerdriver.cpp
H A Dinotifywatchtowerdriver.cpp
/glogg/src/
H A Dkqueuewatchtowerdriver.h45 class DirId {
49 DirId() { wd_ = -1; } in DirId() function
50 bool operator==( const DirId& other ) const
55 DirId( int wd ) { wd_ = wd; } in DirId() function
102 DirId addDir( const std::string& file_name );
106 void removeDir( const DirId& dir_id );
H A Dinotifywatchtowerdriver.h45 class DirId {
49 DirId() { wd_ = -1; } in DirId() function
50 bool operator==( const DirId& other ) const
55 DirId( int wd ) { wd_ = wd; } in DirId() function
102 DirId addDir( const std::string& file_name );
106 void removeDir( const DirId& dir_id );
H A Dwinwatchtowerdriver.h130 class DirId {
134 DirId() {} in DirId() function
135 bool operator==( const DirId& other ) const
173 DirId addDir( const std::string& file_name );
177 void removeDir( const DirId& dir_id );
218 DirId& dir_id );
H A Dwinwatchtowerdriver.cpp175 WinWatchTowerDriver::DirId WinWatchTowerDriver::addDir( in addDir()
178 DirId dir_id { }; in addDir()
218 void WinWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir()
240 DirId& dir_id ) in serialisedAddDir()
H A Dwatchtowerlist.h36 typename Driver::DirId dir_id_;
120 typename Driver::DirId id, const char* name );
122 typename Driver::DirId id );
252 typename Driver::DirId id, const char* name ) in searchByDirWdAndName()
277 typename Driver::DirId id ) in searchByDirWd()
H A Dkqueuewatchtowerdriver.cpp115 KQueueWatchTowerDriver::DirId KQueueWatchTowerDriver::addDir( in addDir()
169 void KQueueWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir()
H A Dinotifywatchtowerdriver.cpp70 INotifyWatchTowerDriver::DirId INotifyWatchTowerDriver::addDir( in addDir()
98 void INotifyWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir()