Searched refs:NewTestParser (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/json/
H A Djson_parser_unittest.cc17 JSONParser* NewTestParser(const std::string& input) { function in class:base::internal::JSONParserTest
35 scoped_ptr<JSONParser> parser(NewTestParser(input));
46 scoped_ptr<JSONParser> parser(NewTestParser(input));
60 scoped_ptr<JSONParser> parser(NewTestParser(input));
74 scoped_ptr<JSONParser> parser(NewTestParser(input));
91 scoped_ptr<JSONParser> parser(NewTestParser(input));
104 parser.reset(NewTestParser(input));
116 parser.reset(NewTestParser(input));
129 scoped_ptr<JSONParser> parser(NewTestParser(input));
142 parser.reset(NewTestParser(inpu
[all...]

Completed in 50 milliseconds