Lines Matching refs:tokenArrayEnd
445 case tokenArrayEnd: in readValue()
496 token.type_ = tokenArrayEnd; in readToken()
759 return recoverFromError(tokenArrayEnd); in readArray()
768 (token.type_ != tokenArraySeparator && token.type_ != 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()
1776 (token.type_ != tokenArraySeparator && token.type_ != tokenArrayEnd); in readArray()
1779 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
1781 if (token.type_ == tokenArrayEnd) in readArray()