Searched defs:number_of_symbol_names (Results 1 - 1 of 1) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c138 const size_t number_of_symbol_names, const void* value, const int count);
141 const size_t number_of_symbol_names, void **output);
146 const size_t number_of_symbol_names);
149 const size_t number_of_symbol_names);
453 const size_t number_of_symbol_names,
460 assert_true(number_of_symbol_names);
474 if (number_of_symbol_names == 1) {
479 &symbol_names[1], number_of_symbol_names - 1, value,
493 const size_t number_of_symbol_names, void **output) {
498 assert_true(number_of_symbol_names);
451 add_symbol_value(ListNode * const symbol_map_head, const char * const symbol_names[], const size_t number_of_symbol_names, const void* value, const int refcount) argument
491 get_symbol_value( ListNode * const head, const char * const symbol_names[], const size_t number_of_symbol_names, void **output) argument
541 remove_always_return_values(ListNode * const map_head, const size_t number_of_symbol_names) argument
577 check_for_leftover_values( const ListNode * const map_head, const char * const error_message, const size_t number_of_symbol_names) argument
[all...]

Completed in 60 milliseconds