|
libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <cmocka.h>#include <amxc/amxc_variant.h>#include <amxc_variant_priv.h>#include "test_amxc_variant_macros.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_amxc_var_get_macros (UNUSED void **state) |
| void | test_amxc_var_for_each_htable (UNUSED void **state) |
| void | test_amxc_var_for_each_list (UNUSED void **state) |
| void | test_amxc_var_for_each_non_composite (UNUSED void **state) |
| void test_amxc_var_for_each_htable | ( | UNUSED void ** | state | ) |
Definition at line 120 of file test_amxc_variant_macros.c.
| void test_amxc_var_for_each_list | ( | UNUSED void ** | state | ) |
Definition at line 159 of file test_amxc_variant_macros.c.
| void test_amxc_var_for_each_non_composite | ( | UNUSED void ** | state | ) |
Definition at line 196 of file test_amxc_variant_macros.c.
| void test_amxc_var_get_macros | ( | UNUSED void ** | state | ) |
Definition at line 70 of file test_amxc_variant_macros.c.