Searched refs:get_object_item (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | cJSON.c | 1445 static cJSON *get_object_item(const cJSON *const object, const char *const name, const cJSON_bool c… in get_object_item() function 1465 return get_object_item(object, string, false); in cJSON_GetObjectItem() 1470 return get_object_item(object, string, true); in cJSON_GetObjectItemCaseSensitive() 1810 …return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replac… in replace_item_in_object() 2349 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare() 2359 a_element = get_object_item(a, b_element->string, case_sensitive); in cJSON_Compare()
|