Searched refs:period_dict (Results 1 – 2 of 2) sorted by relevance
91 DictionaryValue period_dict; in TEST() local92 period_dict.SetIntegerWithoutPathExpansion("a.b", 3); in TEST()93 period_dict.SetIntegerWithoutPathExpansion("c", 2); in TEST()96 period_dict.SetWithoutPathExpansion("d.e.f", std::move(period_dict2)); in TEST()97 EXPECT_TRUE(JSONWriter::Write(period_dict, &output_js)); in TEST()
93 DictionaryValue period_dict; in TEST() local94 period_dict.SetIntegerWithoutPathExpansion("a.b", 3); in TEST()95 period_dict.SetIntegerWithoutPathExpansion("c", 2); in TEST()98 period_dict.SetWithoutPathExpansion("d.e.f", std::move(period_dict2)); in TEST()99 EXPECT_TRUE(JSONWriter::Write(period_dict, &output_js)); in TEST()