Searched refs:ucl_object_toint (Results 1 – 7 of 7) sorted by relevance
121 assert (found != NULL && ucl_object_toint (found) == 10); in main()124 assert (found != NULL && ucl_object_toint (found) == 10); in main()127 assert (found != NULL && ucl_object_toint (found) == 10); in main()
475 UCL_EXTERN int64_t ucl_object_toint (const ucl_object_t *obj);883 #define ucl_obj_toint ucl_object_toint
419 constraint = ucl_object_toint (elt); in ucl_schema_validate_string()430 constraint = ucl_object_toint (elt); in ucl_schema_validate_string()839 constraint = ucl_object_toint (elt); in ucl_schema_validate_values()855 constraint = ucl_object_toint (elt); in ucl_schema_validate_values()
248 func->ucl_emitter_append_int (ucl_object_toint (obj), func->ud); in ucl_elt_write_json()445 func->ucl_emitter_append_int (ucl_object_toint (obj), func->ud); in ucl_elt_write_config()609 func->ucl_emitter_append_int (ucl_object_toint (obj), func->ud); in ucl_elt_write_yaml()
1734 ucl_object_toint (const ucl_object_t *obj) function
67 printf ("%svalue: %jd\n", pre, (intmax_t)ucl_object_toint (obj)); in ucl_obj_dump()
310 - `ucl_object_toint` - returns `int64_t` of UCL object