Searched refs:nested_bool (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 14 bool nested_bool; member 64 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_bool, JSON_TOK_TRUE), 220 .nested_bool = false, in ZTEST() 240 .nested_bool = true, in ZTEST() 344 zassert_equal(ts.some_nested_struct.nested_bool, false, in ZTEST() 367 zassert_equal(ts.xnother_nexx.nested_bool, true, in ZTEST() 376 zassert_equal(ts.nested_obj_array[0].nested_bool, true, in ZTEST() 382 zassert_equal(ts.nested_obj_array[1].nested_bool, false, in ZTEST()
|