Home
last modified time | relevance | path

Searched refs:KeyToValueMapConstIterator (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DMappingData.h38 typedef std::map<std::string, std::string>::const_iterator KeyToValueMapConstIterator; typedef
DMappingData.cpp84 KeyToValueMapConstIterator it = _keyToValueMap.find(strkey); in getValue()