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

/inkscape/src/svg/
H A Dtest-stubs.cpp21 std::map<std::string,long long int> int_prefs; variable
26 int_prefs[std::string(path) + '/' + std::string(attr)] = val;
32 std::map<std::string,long long int>::const_iterator it=int_prefs.find(std::string(path) + '/' + std::string(attr));
33 long long int ret = it==int_prefs.end() ? def : it->second;

Completed in 14 milliseconds