Home
last modified time | relevance | path

Searched refs:vector_str_options (Results 1 – 3 of 3) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DStatement.cc125 for (const auto & [name, vals] : vector_str_options) in writeOutput()
184 for (const auto & [name, vals] : vector_str_options) in writeOutput()
291 for (auto it = vector_str_options.begin(); in writeJsonOutput()
292 it != vector_str_options.end();) in writeJsonOutput()
310 if (it != vector_str_options.end()) in writeJsonOutput()
326 vector_str_options.clear(); in clear()
338 + vector_str_options.size(); in getNumberOfOptions()
H A DStatement.hh206 vec_str_options_t vector_str_options; member in OptionsList
H A DParsingDriver.cc1452 if (options_list.vector_str_options.find(name_option) in option_vec_str()
1453 != options_list.vector_str_options.end()) in option_vec_str()
1459 options_list.vector_str_options[move(name_option)] = move(opt); in option_vec_str()
1497 auto itvs = options_list.vector_str_options.find("trend_component.eqtags"); in trend_component_model()
1498 if (itvs == options_list.vector_str_options.end()) in trend_component_model()
1502 auto itvs1 = options_list.vector_str_options.find("trend_component.targets"); in trend_component_model()
1503 if (itvs1 == options_list.vector_str_options.end()) in trend_component_model()
1528 auto itvs = options_list.vector_str_options.find("var.eqtags"); in var_model()
1529 if (itvs != options_list.vector_str_options.end()) in var_model()