Searched refs:KeyToValueMapConstIterator (Results 1 – 2 of 2) sorted by relevance
38 typedef std::map<std::string, std::string>::const_iterator KeyToValueMapConstIterator; typedef
84 KeyToValueMapConstIterator it = _keyToValueMap.find(strkey); in getValue()