Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/
H A Dutils.py50 def get_bool_from_file(file_path, bool_name, value_if_missing): argument
82 return value_if_missing
116 value_if_missing = False
117 examples_enabled = get_bool_from_file(dot_ns3rc_path, 'examples_enabled', value_if_missing)
120 value_if_missing = False
121 tests_enabled = get_bool_from_file(dot_ns3rc_path, 'tests_enabled', value_if_missing)
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/asf/
H A Dasf_reader.c82 #define READ_VLC(p_context, length, value_if_missing, txt) \ argument
85 (length) == 3 ? READ_U32(p_context, txt) : value_if_missing
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp4228 …, int &n, bool &is_nan, bool &is_nan_forever, T(*converter)(int), const T &value_if_missing = (T)0) in eval_array() argument
4256 numbers[i] = value_if_missing; in eval_array()