Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_reader.cpp203 case tokenArrayEnd: in readValue()
254 token.type_ = tokenArrayEnd; in readToken()
517 return recoverFromError(tokenArrayEnd); in readArray()
526 currentToken.type_ != tokenArrayEnd); in readArray()
529 currentToken, tokenArrayEnd); in readArray()
531 if (currentToken.type_ == tokenArrayEnd) in readArray()
908 tokenArrayEnd, enumerator
1116 case tokenArrayEnd: in readValue()
1168 token.type_ = tokenArrayEnd; in readToken()
1526 return recoverFromError(tokenArrayEnd); in readArray()
[all …]
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h164 tokenArrayEnd, enumerator
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp445 case tokenArrayEnd: in readValue()
496 token.type_ = tokenArrayEnd; in readToken()
759 return recoverFromError(tokenArrayEnd); in readArray()
771 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
773 if (token.type_ == tokenArrayEnd) in readArray()
1173 tokenArrayEnd, enumerator
1401 case tokenArrayEnd: in readValue()
1452 token.type_ = tokenArrayEnd; in readToken()
1767 return recoverFromError(tokenArrayEnd); in readArray()
1779 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
[all …]
A Djson.h1534 tokenArrayEnd, enumerator

Completed in 21 milliseconds