Searched refs:configMap (Results 1 – 3 of 3) sorted by relevance
43 void ConfigParser::processProperty(const XML_Char **attr, ConfigMap &configMap) { in processProperty() argument58 configMap[propName] = propValue; in processProperty()75 int ConfigParser::initAndParse(std::string configFile, ConfigMap &configMap) { in initAndParse() argument95 XML_SetUserData(parser, &configMap); in initAndParse()
777 static thread_local ConfigMap configMap; in getInternalDC() local779 auto it = configMap.find(formatId); in getInternalDC()780 if (it != configMap.end()) { in getInternalDC()786 configMap.emplace(formatId, std::move(newValue)); in getInternalDC()