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