Lines Matching refs:tokenArrayEnd
390 case tokenArrayEnd: in readValue()
442 token.type_ = tokenArrayEnd; in readToken()
705 return recoverFromError(tokenArrayEnd); in readArray()
714 (token.type_ != tokenArraySeparator && token.type_ != tokenArrayEnd); in readArray()
717 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
719 if (token.type_ == tokenArrayEnd) in readArray()
1156 tokenArrayEnd, enumerator
1348 case tokenArrayEnd: in readValue()
1400 token.type_ = tokenArrayEnd; in readToken()
1668 return recoverFromError(tokenArrayEnd); in readArray()
1677 (token.type_ != tokenArraySeparator && token.type_ != tokenArrayEnd); in readArray()
1680 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); in readArray()
1682 if (token.type_ == tokenArrayEnd) in readArray()