Searched refs:tokenArrayEnd (Results 1 – 4 of 4) sorted by relevance
257 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()
162 tokenArrayEnd, enumerator
405 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, enumerator1354 case tokenArrayEnd: in readValue()1406 token.type_ = tokenArrayEnd; in readToken()1702 return recoverFromError(tokenArrayEnd); in readArray()[all …]
1412 tokenArrayEnd, enumerator