HomeSort by relevance Sort by last modified time
    Searched refs:tokenObjectEnd (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/src/lib_json/
json_reader.cpp 251 token.type_ = tokenObjectEnd;
417 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
422 return recoverFromError(tokenObjectEnd);
426 return recoverFromError(tokenObjectEnd);
435 "Missing ':' after object member name", colon, tokenObjectEnd);
442 return recoverFromError(tokenObjectEnd);
446 (comma.type_ != tokenObjectEnd && comma.type_ != tokenArraySeparator &&
449 "Missing ',' or '}' in object declaration", comma, tokenObjectEnd);
454 if (comma.type_ == tokenObjectEnd)
458 "Missing '}' or object member name", tokenName, tokenObjectEnd);
    [all...]
  /external/jsoncpp/include/json/
reader.h 160 tokenObjectEnd,
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 404 case tokenObjectEnd:
451 token.type_ = tokenObjectEnd;
658 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
663 return recoverFromError(tokenObjectEnd);
667 return recoverFromError(tokenObjectEnd);
676 "Missing ':' after object member name", colon, tokenObjectEnd);
683 return recoverFromError(tokenObjectEnd);
687 (comma.type_ != tokenObjectEnd && comma.type_ != tokenArraySeparator &&
690 "Missing ',' or '}' in object declaration", comma, tokenObjectEnd);
695 if (comma.type_ == tokenObjectEnd)
    [all...]
json.h     [all...]

Completed in 601 milliseconds