Searched refs:id_and_variable (Results 1 – 1 of 1) sorted by relevance
1543 for (const IdAndVariable& id_and_variable : watched_variables_) { in GetVariablesAsPyTuple() local1544 PyTuple_SET_ITEM(result, pos++, id_and_variable.variable); in GetVariablesAsPyTuple()1545 Py_INCREF(id_and_variable.variable); in GetVariablesAsPyTuple()