Searched refs:SetErrorCode (Results 1 – 5 of 5) sorted by relevance
/external/chromium/base/json/ |
D | json_reader.cc | 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() 265 SetErrorCode(JSON_TRAILING_COMMA, json_pos_); in BuildValue() 290 SetErrorCode(JSON_UNQUOTED_DICTIONARY_KEY, json_pos_); in BuildValue() 325 SetErrorCode(JSON_TRAILING_COMMA, json_pos_); in BuildValue() 415 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length); in ParseStringToken() 421 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length); in ParseStringToken() 436 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length); in ParseStringToken() [all …]
|
D | json_reader.h | 197 void SetErrorCode(const JsonParseError error, const wchar_t* error_pos);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 425 void StunErrorCodeAttribute::SetErrorCode(uint32 code) { in SetErrorCode() function in cricket::StunErrorCodeAttribute 443 SetErrorCode(val); in Read()
|
D | stun.h | 288 void SetErrorCode(uint32 code);
|
D | port.cc | 396 error_attr->SetErrorCode(error_code); in SendBindingErrorResponse()
|