Searched defs:getErrorCount (Results 1 – 3 of 3) sorted by relevance
27 Integer getErrorCount(); in getErrorCount() method29 Integer getErrorCount(ErrorType errorType); in getErrorCount() method
46 public Integer getErrorCount() { in getErrorCount() method in ParserErrorCollector51 public Integer getErrorCount(ErrorType errorType) { in getErrorCount() method in ParserErrorCollector
101 bool getErrorCount() const { return mErrorCount; } in getErrorCount() function