Home
last modified time | relevance | path

Searched refs:exo_det_ids (Results 1 – 2 of 2) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DSymbolTable.cc125 tsi = exo_det_ids.size(); in freeze()
126 exo_det_ids.push_back(i); in freeze()
146 exo_det_ids.clear(); in unfreeze()
181 if (tsid < 0 || tsid >= static_cast<int>(exo_det_ids.size())) in getID()
184 return exo_det_ids[tsid]; in getID()
258 … output << "M_.exo_det_names(" << id+1 << ") = {'" << getName(exo_det_ids[id]) << "'};" << endl in writeOutput()
259 … << "M_.exo_det_names_tex(" << id+1 << ") = {'" << getTeXName(exo_det_ids[id]) << "'};" << endl in writeOutput()
260 … << "M_.exo_det_names_long(" << id+1 << ") = {'" << getLongName(exo_det_ids[id]) << "'};" << endl; in writeOutput()
270 if (auto it1 = partition.second.find(exo_det_ids[id]); in writeOutput()
1062 writeJsonVarVector(output, exo_det_ids); in writeJsonOutput()
H A DSymbolTable.hh154 vector<int> exo_det_ids; member in SymbolTable
517 return exo_det_ids.size(); in exo_det_nbr()