Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c169 static ListNode global_function_result_map_head; variable
272 list_initialize(&global_function_result_map_head); in initialize_testing()
281 remove_always_return_values(&global_function_result_map_head, 1); in fail_if_leftover_values()
283 &global_function_result_map_head, in fail_if_leftover_values()
301 list_free(&global_function_result_map_head, free_symbol_map_value, in teardown_testing()
621 const int rc = get_symbol_value(&global_function_result_map_head, in _mock()
656 add_symbol_value(&global_function_result_map_head, &function_name, 1, in _will_return()