Home
last modified time | relevance | path

Searched refs:some_bool (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/json/src/
Dmain.c23 bool some_bool; member
76 JSON_OBJ_DESCR_PRIM(struct test_struct, some_bool, JSON_TOK_TRUE),
217 .some_bool = true, in ZTEST()
335 zassert_equal(ts.some_bool, true, "Boolean not decoded correctly"); in ZTEST()