Home
last modified time | relevance | path

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

/glogg/glogg/src/data/
H A Dthreadprivatestore.h
/glogg/src/data/
H A Dthreadprivatestore.h70 std::hash<std::thread::id>()(std::this_thread::get_id() ) ) { return i; } in threadIndex()
74 size_t thread_id = std::hash<std::thread::id>()( std::this_thread::get_id() ); in threadIndex()
/glogg/glogg/src/
H A Dwatchtowerlist.h
/glogg/src/
H A Dwatchtowerlist.h120 typename Driver::DirId id, const char* name );
122 typename Driver::DirId id );
252 typename Driver::DirId id, const char* name ) in searchByDirWdAndName() argument
255 [id] (std::pair<std::string,std::weak_ptr<ObservedDir<Driver>>> d) -> bool { in searchByDirWdAndName()
257 return ( id == dir->dir_id_ ); in searchByDirWdAndName()
277 typename Driver::DirId id ) in searchByDirWd() argument
282 [id] (std::pair<std::string,std::weak_ptr<ObservedDir<Driver>>> d) -> bool { in searchByDirWd()
284 return ( id == dir->dir_id_ ); in searchByDirWd()
/glogg/glogg/
H A DINSTALL.win.md
/glogg/
H A DINSTALL.win.md30 - Install the .NET Framework 4 (http://www.microsoft.com/en-us/download/details.aspx?id=17718)
31 - Install the Windows SDK (http://www.microsoft.com/en-us/download/details.aspx?id=8279)