Searched defs:statCacheType (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp2546 typedef std::map<String, StatResult> statCacheType; typedef in namespace:buildtool
2547 static statCacheType statCache;
2550 std::pair<statCacheType::iterator, bool> result = statCache.insert(statCacheType::value_type(f, StatResult()));

Completed in 48 milliseconds