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

/external/libchrome/base/json/
H A Djson_parser.cc59 JSONParser::JSONParser(int options) function in class:base::internal::JSONParser
73 JSONParser::~JSONParser() {
76 std::unique_ptr<Value> JSONParser::Parse(StringPiece input) {
114 JSONReader::JsonParseError JSONParser::error_code() const {
118 std::string JSONParser::GetErrorMessage() const {
123 int JSONParser::error_line() const {
127 int JSONParser::error_column() const {
133 JSONParser
[all...]
H A Djson_parser_unittest.cc22 JSONParser* NewTestParser(const std::string& input,
24 JSONParser* parser = new JSONParser(options);
31 void TestLastThree(JSONParser* parser) {
41 std::unique_ptr<JSONParser> parser(NewTestParser(input));
52 std::unique_ptr<JSONParser> parser(NewTestParser(input));
66 std::unique_ptr<JSONParser> parser(NewTestParser(input));
80 std::unique_ptr<JSONParser> parser(NewTestParser(input));
97 std::unique_ptr<JSONParser> parser(NewTestParser(input));
135 std::unique_ptr<JSONParser> parse
[all...]
H A Djson_reader.cc39 : parser_(new internal::JSONParser(options)) {
47 internal::JSONParser parser(JSON_PARSE_RFC);
53 internal::JSONParser parser(options);
66 internal::JSONParser parser(options);
H A Djson_parser.h48 class BASE_EXPORT JSONParser { class in namespace:base::internal
50 explicit JSONParser(int options);
51 ~JSONParser();
264 DISALLOW_COPY_AND_ASSIGN(JSONParser);
H A Djson_reader.h42 class JSONParser;
136 std::unique_ptr<internal::JSONParser> parser_;
/external/autotest/frontend/client/src/autotest/common/
H A DXhrJsonRpcProxy.java11 import com.google.gwt.json.client.JSONParser;
74 responseValue = JSONParser.parse(responseText);

Completed in 3286 milliseconds