Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/json/src/
Dmain.c33 int another_array[10]; /* JSON: "another-array" */ member
94 another_array, 10, another_array_len,
233 .another_array[0] = 2, in ZTEST()
234 .another_array[1] = 3, in ZTEST()
235 .another_array[2] = 5, in ZTEST()
236 .another_array[3] = 7, in ZTEST()
360 zassert_true(!memcmp(ts.another_array, expected_other_array, in ZTEST()