Home
last modified time | relevance | path

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

/external/chromium_org/tools/json_schema_compiler/test/
Darrays_unittest.cc214 scoped_ptr<base::ListValue> not_ref_array(new base::ListValue()); in TEST() local
215 not_ref_array->Append(CreateItemValue(1)); in TEST()
216 not_ref_array->Append(base::Value::CreateIntegerValue(3)); in TEST()
217 value->Set("refs", not_ref_array.release()); in TEST()