Searched defs:PARSE_ERROR (Results 1 – 2 of 2) sorted by relevance
29 enum ParseResult { PARSE_ERROR = 0, PARSE_SUCCESS = 1 }; enumerator