Searched refs:get_object_item (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 735 static cJSON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_s… in get_object_item() function 749 cJSON *operation = get_object_item(patch, "op", case_sensitive); in decode_patch_operation() 822 path = get_object_item(patch, "path", case_sensitive); in apply_patch() 839 …on(get_item_from_pointer(object, path->valuestring, case_sensitive), get_object_item(patch, "value… in apply_patch() 858 value = get_object_item(patch, "value", case_sensitive); in apply_patch() 913 cJSON *from = get_object_item(patch, "from", case_sensitive); in apply_patch() 948 value = get_object_item(patch, "value", case_sensitive); in apply_patch()
|
| H A D | cJSON.cpp | 1885 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… in get_object_item() function 1919 return get_object_item(object, string, false); in cJSON_GetObjectItem() 1924 return get_object_item(object, string, true); in cJSON_GetObjectItemCaseSensitive() 2371 …return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replac… in replace_item_in_object() 3079 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare() 3095 a_element = get_object_item(a, b_element->string, case_sensitive); in cJSON_Compare()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 1876 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… in get_object_item() function 1910 return get_object_item(object, string, false); in cJSON_GetObjectItem() 1915 return get_object_item(object, string, true); in cJSON_GetObjectItemCaseSensitive() 2362 …return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replac… in replace_item_in_object() 3066 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare() 3082 a_element = get_object_item(a, b_element->string, case_sensitive); in cJSON_Compare()
|