Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_writer_unittest.cc131 DictionaryValue binary_dict; in TEST() local
132 binary_dict.Set("a", Value::CreateWithCopiedBuffer("asdf", 4)); in TEST()
133 binary_dict.SetInteger("b", 5); in TEST()
134 binary_dict.Set("c", Value::CreateWithCopiedBuffer("asdf", 4)); in TEST()
135 binary_dict.SetInteger("d", 2); in TEST()
136 binary_dict.Set("e", Value::CreateWithCopiedBuffer("asdf", 4)); in TEST()
137 EXPECT_FALSE(JSONWriter::Write(binary_dict, &output_js)); in TEST()
139 binary_dict, JSONWriter::OPTIONS_OMIT_BINARY_VALUES, &output_js)); in TEST()