Home
last modified time | relevance | path

Searched refs:subdict (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Ddict.c123 struct _xmlDict *subdict; member
559 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 …]
/external/libweave/third_party/chromium/base/
Dvalues.cc753 DictionaryValue* subdict = NULL; in RemovePath() local
754 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()
/external/libchrome/base/
Dvalues.cc796 DictionaryValue* subdict = NULL; in RemovePath() local
797 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()