Searched refs:variable_expr_path (Results 1 – 2 of 2) sorted by relevance
317 Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path, in GetValuesForVariableExpressionPath() argument325 if (variable_expr_path && callback) in GetValuesForVariableExpressionPath()327 switch (variable_expr_path[0]) in GetValuesForVariableExpressionPath()331 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()365 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()401 if (g_regex.Execute(variable_expr_path, ®ex_match)) in GetValuesForVariableExpressionPath()404 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name)) in GetValuesForVariableExpressionPath()419 … const char *variable_sub_expr_path = variable_expr_path + variable_name.size(); in GetValuesForVariableExpressionPath()468 …error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path); in GetValuesForVariableExpressionPath()
153 GetValuesForVariableExpressionPath (const char *variable_expr_path,