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

  /external/libchrome/base/json/
json_value_serializer_unittest.cc 334 DictionaryValue* dict_root = local
337 ASSERT_TRUE(dict_root->GetString("web", &web_value));
358 DictionaryValue* dict_root = local
361 ASSERT_TRUE(dict_root->GetString("test", &test_value));
369 dict_root = static_cast<DictionaryValue*>(deserial_root.get());
370 ASSERT_TRUE(dict_root->GetString("test", &test_value));
  /external/e2fsprogs/e2fsck/
dict.c 69 #define dict_root(D) ((D)->nilnode.left) macro
311 dnode_t *nil = dict_nil(dict), *root = dict_root(dict);
397 dnode_t *nil = dict_nil(dict), *root = dict_root(dict);
456 dnode_t *root = dict_root(dict);
495 dnode_t *root = dict_root(dict);
527 dnode_t *root = dict_root(dict);
563 dnode_t *where = dict_root(dict), *nil = dict_nil(dict);
647 dict_root(dict)->color = dnode_black;
753 dict_root(dict)->color = dnode_red;
820 dict_root(dict)->color = dnode_black
    [all...]

Completed in 3104 milliseconds