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