Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_value_serializer_unittest.cc328 std::unique_ptr<Value> deserial_root = in TEST() local
330 ASSERT_TRUE(deserial_root); in TEST()
332 static_cast<DictionaryValue*>(deserial_root.get()); in TEST()
353 std::unique_ptr<Value> deserial_root = in TEST() local
355 ASSERT_TRUE(deserial_root); in TEST()
357 static_cast<DictionaryValue*>(deserial_root.get()); in TEST()
365 deserial_root = deserializer2.Deserialize(nullptr, nullptr); in TEST()
366 ASSERT_TRUE(deserial_root); in TEST()
367 dict_root = static_cast<DictionaryValue*>(deserial_root.get()); in TEST()