Home
last modified time | relevance | path

Searched refs:tokenArrayEnd (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_reader.cpp257 token.type_ = tokenArrayEnd; in readToken()
478 return recoverFromError(tokenArrayEnd); in readArray()
487 (token.type_ != tokenArraySeparator && token.type_ != tokenArrayEnd); in readArray()
490 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
492 if (token.type_ == tokenArrayEnd) in readArray()
/external/jsoncpp/include/json/
Dreader.h162 tokenArrayEnd, enumerator
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp405 case tokenArrayEnd: in readValue()
457 token.type_ = tokenArrayEnd; in readToken()
720 return recoverFromError(tokenArrayEnd); in readArray()
729 (token.type_ != tokenArraySeparator && token.type_ != tokenArrayEnd); in readArray()
732 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
734 if (token.type_ == tokenArrayEnd) in readArray()
1133 tokenArrayEnd, enumerator
1354 case tokenArrayEnd: in readValue()
1406 token.type_ = tokenArrayEnd; in readToken()
1702 return recoverFromError(tokenArrayEnd); in readArray()
[all …]
Djson.h1412 tokenArrayEnd, enumerator