Searched refs:ucl_object_frombool (Results 1 – 5 of 5) sorted by relevance
138 cur = ucl_object_frombool (true); in main()162 cur = ucl_object_frombool (true); in main()
312 ucl_array_append (res, ucl_object_frombool (pcg32_random () % 2)); in ucl_test_boolean()
378 UCL_EXTERN ucl_object_t* ucl_object_frombool (bool bv) UCL_WARN_UNUSED_RESULT;
513 obj = ucl_object_frombool (lua_toboolean (L, idx)); in ucl_object_lua_fromelt()
3135 ucl_object_frombool (bool bv) function