Home
last modified time | relevance | path

Searched refs:json_pos_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/json/
Djson_reader.cc85 : start_pos_(NULL), json_pos_(NULL), stack_depth_(0), in JSONReader()
167 json_pos_ = start_pos_; in JsonToValue()
177 SetErrorCode(JSON_UNEXPECTED_DATA_AFTER_ROOT, json_pos_); in JsonToValue()
183 SetErrorCode(JSON_SYNTAX_ERROR, json_pos_); in JsonToValue()
201 SetErrorCode(JSON_TOO_MUCH_NESTING, json_pos_); in BuildValue()
209 SetErrorCode(JSON_BAD_ROOT_ELEMENT_TYPE, json_pos_); in BuildValue()
246 json_pos_ += token.length; in BuildValue()
259 json_pos_ += token.length; in BuildValue()
265 SetErrorCode(JSON_TRAILING_COMMA, json_pos_); in BuildValue()
284 json_pos_ += token.length; in BuildValue()
[all …]
Djson_reader.h203 const wchar_t* json_pos_; variable