Searched refs:_errorLocation (Results 1 – 2 of 2) sorted by relevance
17 ParseError Parse(const char* commandLine, const char*& _errorLocation) in Parse()42 _errorLocation = errorBase; in Parse()54 _errorLocation = errorBase; in Parse()61 _errorLocation = errorBase; in Parse()79 _errorLocation = errorBase; in Parse()162 ArgumentVector::Parse(const char* commandLine, const char** _errorLocation) in Parse() argument199 if (error != NO_ERROR && _errorLocation != NULL) in Parse()200 *_errorLocation = errorLocation; in Parse()
36 const char** _errorLocation = NULL);