Searched defs:throwException (Results 1 – 2 of 2) sorted by relevance
163 ResetGlobals(bool throwException = true, bool flog = false) { in ResetGlobals()349 void run_one_input_node_test(bool throwException, bool flog) { in run_one_input_node_test()915 void run_one_buffer_node_test(bool throwException,bool flog) { in run_one_buffer_node_test()998 bool throwException = (i & 0x1) != 0; in run_buffer_queue_and_overwrite_node_test() local1131 bool throwException = (i & 0x1) != 0; in run_sequencer_node_test() local1255 bool throwException = (i & 0x1) != 0; in run_priority_queue_node_test() local1517 bool throwException = (i & 0x1) != 0; in run_join_node_test() local1641 bool throwException = (i & 0x1) != 0; in run_limiter_node_test() local1676 void run_one_split_node_test(bool throwException, bool flog) { in run_one_split_node_test()1756 bool throwException = (i & 0x1) != 0; in run_split_node_test() local[all …]
103 inline void ResetGlobals ( bool throwException = true, bool flog = false ) { in ResetGlobals()