Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp404 case tokenObjectEnd: in readValue()
451 token.type_ = tokenObjectEnd; in readToken()
658 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object in readObject()
663 return recoverFromError(tokenObjectEnd); in readObject()
667 return recoverFromError(tokenObjectEnd); in readObject()
676 "Missing ':' after object member name", colon, tokenObjectEnd); in readObject()
683 return recoverFromError(tokenObjectEnd); in readObject()
687 (comma.type_ != tokenObjectEnd && comma.type_ != tokenArraySeparator && in readObject()
690 "Missing ',' or '}' in object declaration", comma, tokenObjectEnd); in readObject()
695 if (comma.type_ == tokenObjectEnd) in readObject()
[all …]
Djson.h1410 tokenObjectEnd, enumerator