Searched refs:variable_expr_path (Results 1 – 2 of 2) sorted by relevance
352 Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path, in GetValuesForVariableExpressionPath() argument360 if (variable_expr_path && callback) in GetValuesForVariableExpressionPath()362 switch (variable_expr_path[0]) in GetValuesForVariableExpressionPath()366 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()400 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()436 if (g_regex.Execute(variable_expr_path, ®ex_match)) in GetValuesForVariableExpressionPath()439 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name)) in GetValuesForVariableExpressionPath()454 … const char *variable_sub_expr_path = variable_expr_path + variable_name.size(); in GetValuesForVariableExpressionPath()503 …error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path); in GetValuesForVariableExpressionPath()
151 GetValuesForVariableExpressionPath (const char *variable_expr_path,