Searched refs:var_expr_storage (Results 1 – 1 of 1) sorted by relevance
605 std::string var_expr_storage; in LegacyGetValueForVariableExpressionPath() local639 var_expr_storage = "."; in LegacyGetValueForVariableExpressionPath()641 if (var_expr_storage.empty()) in LegacyGetValueForVariableExpressionPath()642 var_expr_storage = "->"; in LegacyGetValueForVariableExpressionPath()643 var_expr_storage += var_expr; in LegacyGetValueForVariableExpressionPath()644 var_expr = var_expr_storage; in LegacyGetValueForVariableExpressionPath()