Searched refs:ucl_object_type (Results 1 – 8 of 8) sorted by relevance
245 assert (ucl_object_type (it_obj) == UCL_FLOAT); in main()249 assert (ucl_object_type (it_obj) == UCL_STRING); in main()253 assert (ucl_object_type (it_obj) == UCL_STRING); in main()257 assert (ucl_object_type (it_obj) == UCL_STRING); in main()264 assert (ucl_object_type (it_obj) == UCL_FLOAT); in main()267 assert (ucl_object_type (it_obj) == UCL_INT); in main()270 assert (ucl_object_type (it_obj) == UCL_FLOAT); in main()273 assert (ucl_object_type (it_obj) == UCL_BOOLEAN); in main()
30 foreign import ccall "ucl_object_type" ucl_object_type :: UCLObjectHandle -> CUInt93 ucl_to_msgpack_object o = toMsgPackObj (ucl_object_type o) o111 iterateObject obj it vec = if ucl_object_type obj == ucl_NULL120 iterateArray obj it vec = if ucl_object_type obj == ucl_NULL
1215 if (ucl_object_type (old_obj) == UCL_ARRAY) {1297 if (ucl_object_type (old_obj) == UCL_OBJECT) {1306 ucl_object_type_to_string (ucl_object_type (old_obj)));1607 if (ucl_object_type(param) == UCL_STRING) {1921 if (parent == NULL || ucl_object_type (parent) != UCL_OBJECT) {1928 ucl_object_type (parser->stack->obj) != UCL_OBJECT) {3059 ucl_object_type (const ucl_object_t *obj) function
632 if (ucl_object_type (hashlin->ar.a[i]) == UCL_OBJECT) { in ucl_hash_sort()
3120 if(stack == NULL || stack->obj == NULL || ucl_object_type (stack->obj) != UCL_OBJECT) in ucl_parser_get_current_stack_object()3128 if(stack == NULL || stack->obj == NULL || ucl_object_type (stack->obj) != UCL_OBJECT) in ucl_parser_get_current_stack_object()
1127 if (schema && obj && ucl_object_type (schema) == UCL_OBJECT) { in lua_ucl_object_validate()1447 if (ucl_object_type (obj) == UCL_OBJECT) { in lua_ucl_to_format()
316 UCL_EXTERN ucl_type_t ucl_object_type (const ucl_object_t *obj);
340 return ucl_object_type (obj.get ()); in type()