|
libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>#include <stdio.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_variant_bool.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_variant_bool_copy (UNUSED void **state) |
| void | test_variant_bool_convert_to (UNUSED void **state) |
| void | test_variant_bool_compare (UNUSED void **state) |
| void | test_variant_bool_set_get (UNUSED void **state) |
| void | test_variant_bool_add (UNUSED void **state) |
| void test_variant_bool_add | ( | UNUSED void ** | state | ) |
Definition at line 201 of file test_variant_bool.c.
| void test_variant_bool_compare | ( | UNUSED void ** | state | ) |
Definition at line 154 of file test_variant_bool.c.
| void test_variant_bool_convert_to | ( | UNUSED void ** | state | ) |
Definition at line 85 of file test_variant_bool.c.
| void test_variant_bool_copy | ( | UNUSED void ** | state | ) |
Definition at line 70 of file test_variant_bool.c.
| void test_variant_bool_set_get | ( | UNUSED void ** | state | ) |
Definition at line 180 of file test_variant_bool.c.