Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
Dsave_env.py212 def restore_sys_warnoptions(self, saved_options): argument
213 sys.warnoptions = saved_options[1]
214 sys.warnoptions[:] = saved_options[2]
/third_party/boost/libs/program_options/test/
Dvariable_map_test.cpp168 vector<option> saved_options = options; in test_semantic_values() local
174 options = saved_options; in test_semantic_values()