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