HomeSort by relevance Sort by last modified time
    Searched refs:subdict (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
dict.c 123 struct _xmlDict *subdict; member in struct:_xmlDict
559 dict->subdict = NULL;
594 dict->subdict = sub;
595 xmlDictReference(dict->subdict);
788 if (dict->subdict != NULL) {
789 xmlDictFree(dict->subdict);
882 if (dict->subdict) {
885 /* we cannot always reuse the same okey for the subdict */
887 (dict->subdict->size != MIN_DICT_SIZE)) ||
889 (dict->subdict->size == MIN_DICT_SIZE))
    [all...]
  /external/libchrome/base/
values.cc 764 DictionaryValue* subdict = NULL; local
765 if (!GetDictionary(subdict_path, &subdict))
767 result = subdict->RemovePath(path.substr(delimiter_position + 1),
769 if (result && subdict->empty())

Completed in 117 milliseconds