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

  /external/libxml2/
dict.c 122 struct _xmlDict *subdict; member in struct:_xmlDict
487 dict->subdict = NULL;
522 dict->subdict = sub;
523 xmlDictReference(dict->subdict);
716 if (dict->subdict != NULL) {
717 xmlDictFree(dict->subdict);
803 if (dict->subdict) {
806 /* we cannot always reuse the same okey for the subdict */
808 (dict->subdict->size != MIN_DICT_SIZE)) ||
810 (dict->subdict->size == MIN_DICT_SIZE))
    [all...]
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 146 scoped_ptr<DictionaryValue> subdict(new DictionaryValue());
147 subdict->Set("str", Value::CreateStringValue("forty two"));
148 subdict->Set("bool", Value::CreateBooleanValue(false));
154 subdict->Set("list", sublist.release());
156 input.Set("dict", subdict.release());

Completed in 23 milliseconds