Searched refs:errorStr (Results 1 – 6 of 6) sorted by relevance
244 std::string errorStr = errorStream.str(); in assignIndicesInternal() local245 mDiagnostics->globalError(errorStr.c_str()); in assignIndicesInternal()
1453 std::string errorStr = errorStream.str(); in checkCallDepth() local1454 mDiagnostics.globalError(errorStr.c_str()); in checkCallDepth()
338 CefString errorStr(error); in request_context_set_preference() local342 CefString(name), CefValueCppToC::Unwrap(value), errorStr); in request_context_set_preference()
166 void parseError(const std::string& errorStr);202 void ShaderParser::parseError(const std::string& errorStr) in parseError() argument205 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
368 void parseError (const std::string& errorStr);420 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument423 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
3523 std::string errorStr = extraInfoStream.str(); in arrayExceedsLimits() local3524 mContext.error(operand->getLine(), errorStr.c_str(), in arrayExceedsLimits()