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

/openjdk10/hotspot/src/share/vm/utilities/
H A Djson.hpp69 } JSON_ERROR; typedef in class:JSON
71 void error(JSON_ERROR e, const char* format, ...) ATTRIBUTE_PRINTF(3, 4);
101 int expect_any(const char* valid_chars, const char* error_msg, JSON_ERROR e = SYNTAX_ERROR);
102 bool expect_string(const char* expected_string, const char* error_msg = "", JSON_ERROR e = SYNTAX_ERROR);
109 const char* strerror(JSON_ERROR e);
H A Djson.cpp448 int JSON::expect_any(const char* valid_chars, const char* error_msg, JSON_ERROR e) {
475 bool JSON::expect_string(const char* expected_string, const char* error_msg, JSON_ERROR e) {
626 const char* JSON::strerror(JSON_ERROR e) {
642 void JSON::error(JSON_ERROR e, const char* format, ...) {

Completed in 56 milliseconds