Searched refs:ResultMap (Results 1 – 4 of 4) sorted by relevance
62 typedef Vector<pair<Digest*, size_t> > ResultMap; typedef66 …std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnP…73 void dumpMap(const ResultMap&, const String& name);
212 pair<DOMPatchSupport::ResultMap, DOMPatchSupport::ResultMap>215 ResultMap newMap(newList.size()); in diff()216 ResultMap oldMap(oldList.size()); in diff()300 pair<ResultMap, ResultMap> resultMaps = diff(oldList, newList); in innerPatchChildren()301 ResultMap& oldMap = resultMaps.first; in innerPatchChildren()302 ResultMap& newMap = resultMaps.second; in innerPatchChildren()507 void DOMPatchSupport::dumpMap(const ResultMap& map, const String& name) in dumpMap()
57 typedef std::map<std::string, std::string> ResultMap; typedef100 ResultMap results_;
35 for (ResultMap::const_iterator it = results_.begin(); it != results_.end(); in GetExternalCcResult()