Home
last modified time | relevance | path

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

/dports/graphics/gource/gource-0.51/src/
H A Ddirnode.cpp32 std::map<std::string, RDirNode*> gGourceDirMap; variable
75 gGourceDirMap.erase(this->abspath); in changePath()
84 gGourceDirMap[this->abspath] = this; in changePath()
92 gGourceDirMap.erase(abspath); in ~RDirNode()
H A Ddirnode.h255 extern std::map<std::string, RDirNode*> gGourceDirMap;
H A Dgource.cpp1323 …for(std::map<std::string,RDirNode*>::iterator it = gGourceDirMap.begin(); it!=gGourceDirMap.end();… in updateBounds()
1409 …for(std::map<std::string,RDirNode*>::iterator it = gGourceDirMap.begin(); it!=gGourceDirMap.end();… in interactDirs()
2674 font.print(1,120,"Dirs: %d", gGourceDirMap.size()); in draw()