Lines Matching full:scoped_ptr
10 #include "base/memory/scoped_ptr.h"
37 scoped_ptr<JSONParser> parser(NewTestParser(input));
48 scoped_ptr<JSONParser> parser(NewTestParser(input));
49 scoped_ptr<Value> value(parser->ConsumeString());
62 scoped_ptr<JSONParser> parser(NewTestParser(input));
63 scoped_ptr<Value> value(parser->ConsumeList());
76 scoped_ptr<JSONParser> parser(NewTestParser(input));
77 scoped_ptr<Value> value(parser->ConsumeDictionary());
93 scoped_ptr<JSONParser> parser(NewTestParser(input));
94 scoped_ptr<Value> value(parser->ConsumeLiteral());
131 scoped_ptr<JSONParser> parser(NewTestParser(input));
132 scoped_ptr<Value> value(parser->ConsumeNumber());
208 scoped_ptr<Value> root = JSONReader::ReadAndReturnError(
312 scoped_ptr<Value> root = JSONReader::ReadAndReturnError(