Home | History | Annotate | Download | only in Symbol

Lines Matching defs:error

316 Error
324 Error error;
331 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1,
337 if (error.Success())
341 Error tmp_error;
357 error.SetErrorString ("unknown error");
359 return error;
365 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1,
371 if (error.Success())
375 Error tmp_error;
391 error.SetErrorString ("unknown error");
393 return error;
436 error.SetErrorStringWithFormat ("invalid expression path '%s' for variable '%s'",
462 error.Clear();
463 return error;
468 error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path);
473 error.SetErrorString ("unknown error");
474 return error;