Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.c1551 int new_type = cJSON_Invalid; in add_item_to_object() local
1557 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()
1562 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()
1568 item->type = new_type; in add_item_to_object()