Lines Matching refs:UCL_OBJECT
279 else if (obj->type == UCL_OBJECT) {
1208 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1217 nest_obj = ucl_object_new_full (UCL_OBJECT,
1251 nest_obj = ucl_object_new_full (UCL_OBJECT,
1275 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1297 if (ucl_object_type (old_obj) == UCL_OBJECT) {
1528 if (args != NULL && args->type == UCL_OBJECT) {
1708 if (args != NULL && args->type == UCL_OBJECT) {
1788 if (args != NULL && args->type == UCL_OBJECT) {
1921 if (parent == NULL || ucl_object_type (parent) != UCL_OBJECT) {
1928 ucl_object_type (parser->stack->obj) != UCL_OBJECT) {
2379 if (top->type != UCL_OBJECT) {
2382 top->type = UCL_OBJECT;
2436 if (found->type != UCL_OBJECT && elt->type == UCL_OBJECT) {
2443 else if (found->type == UCL_OBJECT && elt->type != UCL_OBJECT) {
2448 else if (found->type == UCL_OBJECT && elt->type == UCL_OBJECT) {
2572 else if (top->type == UCL_OBJECT) {
2573 if (elt->type == UCL_OBJECT) {
2595 if (found->type == UCL_OBJECT || found->type == UCL_ARRAY) {
2626 if (found->type == UCL_OBJECT || found->type == UCL_ARRAY) {
2652 if (obj == NULL || obj->type != UCL_OBJECT || key == NULL) {
2719 case UCL_OBJECT:
2849 if (rit->impl_it->type == UCL_OBJECT) {
2886 if (ret->type == UCL_OBJECT || ret->type == UCL_ARRAY) {
3027 else if (obj->type == UCL_OBJECT) {
3611 if (other->type == UCL_ARRAY || other->type == UCL_OBJECT) {
3726 case UCL_OBJECT:
3776 if (obj != NULL && obj->type == UCL_OBJECT) {
3810 *res = UCL_OBJECT;
3846 case UCL_OBJECT: