Searched refs:errorStr (Results 1 – 3 of 3) sorted by relevance
109 func gce(action OnFail, gceArg string, errorStr ...string) (string, error) {118 if (len(errorStr) > 0) {119 buf += " [" + errorStr[0] + "]"
244 std::string errorStr = errorStream.str(); in assignIndicesInternal() local245 mDiagnostics->globalError(errorStr.c_str()); in assignIndicesInternal()
1269 std::string errorStr = errorStream.str(); in checkCallDepth() local1270 mDiagnostics.globalError(errorStr.c_str()); in checkCallDepth()