Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c1133 case cJSON_Object: in print_value()
1322 item->type = cJSON_Object; in parse_object()
1906 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()
1950 if (item) item->type = cJSON_Object; in cJSON_CreateObject()
2275 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()
2298 case cJSON_Object: in cJSON_Compare()
2343 case cJSON_Object: { in cJSON_Compare()
H A DcJSON.h94 #define cJSON_Object (1 << 6) macro