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()
1238 if (ucl_object_type(old_obj) == UCL_ARRAY) {1322 if (ucl_object_type(old_obj) == UCL_OBJECT) {1331 ucl_object_type_to_string(ucl_object_type(old_obj)));1629 if (ucl_object_type(param) == UCL_STRING) {1940 if (parent == NULL || ucl_object_type(parent) != UCL_OBJECT) {1947 ucl_object_type(parser->stack->obj) != UCL_OBJECT) {3068 ucl_object_type(const ucl_object_t *obj) function
626 if (ucl_object_type(elt->obj) == UCL_OBJECT) { in ucl_hash_sort()
3234 if (stack == NULL || stack->obj == NULL || ucl_object_type(stack->obj) != UCL_OBJECT) { in ucl_parser_get_current_stack_object()3240 if (stack == NULL || stack->obj == NULL || ucl_object_type(stack->obj) != UCL_OBJECT) { in ucl_parser_get_current_stack_object()
1177 if (schema && obj && ucl_object_type (schema) == UCL_OBJECT) { in lua_ucl_object_validate()1498 if (ucl_object_type (obj) == UCL_OBJECT) { in lua_ucl_to_format()
433 if (ucl_object_type(devs) != UCL_ARRAY) { in lookup_dev()461 if (ucl_object_type(basic_meta_obj) != UCL_OBJECT) { in lookup_basic_metadata_object()
329 UCL_EXTERN ucl_type_t ucl_object_type(const ucl_object_t *obj);
364 return ucl_object_type(obj.get()); in type()