Lines Matching refs:UCL_OBJECT
241 else if (obj->type == UCL_OBJECT) {
1056 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1064 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1089 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1120 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1138 if (ucl_object_type (old_obj) == UCL_OBJECT) {
1344 if (args != NULL && args->type == UCL_OBJECT) {
1519 if (args != NULL && args->type == UCL_OBJECT) {
1598 if (args != NULL && args->type == UCL_OBJECT) {
1731 if (parent == NULL || ucl_object_type (parent) != UCL_OBJECT) {
1738 ucl_object_type (parser->stack->obj) != UCL_OBJECT) {
2158 if (top->type != UCL_OBJECT) {
2161 top->type = UCL_OBJECT;
2215 if (found->type != UCL_OBJECT && elt->type == UCL_OBJECT) {
2222 else if (found->type == UCL_OBJECT && elt->type != UCL_OBJECT) {
2227 else if (found->type == UCL_OBJECT && elt->type == UCL_OBJECT) {
2329 if (top == NULL || top->type != UCL_OBJECT || elt == NULL || elt->type != UCL_OBJECT) {
2363 if (obj == NULL || obj->type != UCL_OBJECT || key == NULL) {
2429 case UCL_OBJECT:
2536 if (rit->impl_it->type == UCL_OBJECT || rit->impl_it->type == UCL_ARRAY) {
2554 if (ret->type == UCL_OBJECT || ret->type == UCL_ARRAY) {
3237 if (other->type == UCL_ARRAY || other->type == UCL_OBJECT) {
3345 case UCL_OBJECT:
3421 *res = UCL_OBJECT;
3457 case UCL_OBJECT: