Searched refs:old_dict (Results 1 – 2 of 2) sorted by relevance
140 def _DictionaryDiff(self, old_dict, new_dict): argument144 all_keys = set(old_dict.keys() + new_dict.keys())146 if old_dict.get(key) != new_dict.get(key):148 new_entry['old'] = old_dict.get(key)
890 _cmsDICT* old_dict = (_cmsDICT*) hDict; in cmsDictDup() local894 _cmsAssert(old_dict != NULL); in cmsDictDup()896 hNew = cmsDictAlloc(old_dict ->ContextID); in cmsDictDup()900 entry = old_dict ->head; in cmsDictDup()