Searched refs:ucl_object_frombool (Results 1 – 7 of 7) 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()
134 return ucl_object_frombool (obj == Py_True); in _iterate_python()
378 UCL_EXTERN ucl_object_t* ucl_object_frombool (bool bv) UCL_WARN_UNUSED_RESULT;
498 obj = ucl_object_frombool (lua_toboolean (L, idx)); in ucl_object_lua_fromelt()
352 - `ucl_object_frombool` - converts `bool` to UCL object
3109 ucl_object_frombool (bool bv) function