Home | History | Annotate | Download | only in common

Lines Matching refs:ListValue

50 ListValue* LoadList(const std::string& filename) {
51 return static_cast<ListValue*>(
86 scoped_ptr<ListValue> instance(LoadList("complex_instance.json"));
171 scoped_ptr<Value>(new ListValue()).get(),
250 scoped_ptr<ListValue> types(LoadList("reference_types.json"));
312 scoped_ptr<ListValue> instance(new ListValue());
340 instance->Set(2, new ListValue());
350 ListValue* items_schema = NULL;
374 scoped_ptr<ListValue> instance(new ListValue());
497 scoped_ptr<Value>(new ListValue()).get()));
513 ExpectValid(TEST_SOURCE, scoped_ptr<Value>(new ListValue()).get(),
569 ExpectNotValid(TEST_SOURCE, scoped_ptr<Value>(new ListValue()).get(),