Lines Matching defs:state
19 static void test_uints(void **state) { in test_uints()
41 static void test_negints(void **state) { in test_negints()
63 static void test_def_bytestring(void **state) { in test_def_bytestring()
71 static void test_indef_bytestring(void **state) { in test_indef_bytestring()
86 static void test_def_string(void **state) { in test_def_string()
94 static void test_indef_string(void **state) { in test_indef_string()
108 static void test_def_array(void **state) { in test_def_array()
118 static void test_indef_array(void **state) { in test_indef_array()
128 static void test_def_map(void **state) { in test_def_map()
141 static void test_indef_map(void **state) { in test_indef_map()
154 static void test_tag(void **state) { in test_tag()
163 static void test_ctrls(void **state) { in test_ctrls()
170 static void test_floats(void **state) { in test_floats()