Searched refs:test_bool (Results 1 – 3 of 3) sorted by relevance
52 static bool test_bool; variable74 &test_bool, sizeof(test_bool)); in test_obj_create()416 test_bool = value[i]; in ZTEST()637 zassert_equal(test_bool, expected_value[i], "Invalid value parsed"); in ZTEST()
65 static bool test_bool; variable89 &test_bool, sizeof(test_bool)); in test_obj_create()747 test_bool = value[i]; in ZTEST()1335 zassert_equal(test_bool, expected_value[i], "Invalid value parsed"); in ZTEST()
36 ZTEST(thrift, test_bool) in ZTEST() argument