Searched defs:period_dict (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/json/
H A Djson_writer_unittest.cc81 DictionaryValue period_dict; local
82 period_dict.SetWithoutPathExpansion("a.b", Value::CreateIntegerValue(3));
83 period_dict.SetWithoutPathExpansion("c", Value::CreateIntegerValue(2));
87 period_dict.SetWithoutPathExpansion("d.e.f", period_dict2);
88 JSONWriter::Write(&period_dict, false, &output_js);

Completed in 36 milliseconds