Searched refs:subdict (Results 1 – 3 of 3) sorted by relevance
123 struct _xmlDict *subdict; member559 dict->subdict = NULL; in xmlDictCreate()594 dict->subdict = sub; in xmlDictCreateSub()595 xmlDictReference(dict->subdict); in xmlDictCreateSub()788 if (dict->subdict != NULL) { in xmlDictFree()789 xmlDictFree(dict->subdict); in xmlDictFree()882 if (dict->subdict) { in xmlDictLookup()887 (dict->subdict->size != MIN_DICT_SIZE)) || in xmlDictLookup()889 (dict->subdict->size == MIN_DICT_SIZE))) in xmlDictLookup()890 skey = xmlDictComputeKey(dict->subdict, name, l); in xmlDictLookup()[all …]
753 DictionaryValue* subdict = NULL; in RemovePath() local754 if (!GetDictionary(subdict_path, &subdict)) in RemovePath()756 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()758 if (result && subdict->empty()) in RemovePath()
796 DictionaryValue* subdict = NULL; in RemovePath() local797 if (!GetDictionary(subdict_path, &subdict)) in RemovePath()799 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()801 if (result && subdict->empty()) in RemovePath()