Home
last modified time | relevance | path

Searched refs:mErrorMessages (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp317 mErrorMessages.clear(); in loadTestExpectationsImpl()
350 mErrorMessages.clear(); in loadTestExpectationsFromFileImpl()
355 mErrorMessages.push_back(kErrorMessage[kErrorFileIO]); in loadTestExpectationsFromFileImpl()
426 return mErrorMessages; in getErrorMessages()
681 mErrorMessages.push_back("Line " + ToString(lineNumber) + " : " + message.c_str()); in pushErrorMessage()
688 mErrorMessages.push_back("Line " + ToString(entry1LineNumber) + " and " + in pushErrorMessage()
DGPUTestExpectationsParser.h98 std::vector<std::string> mErrorMessages; variable