Searched refs:create_reference (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.c | 517 static cJSON *create_reference(cJSON *item) {cJSON *ref=cJSON_New_Item();if (!ref) return 0;memcpy(… in create_reference() function 522 …erenceToArray(cJSON *array, cJSON *item) {cJSON_AddItemToArray(array,create_reference(item));} in cJSON_AddItemReferenceToArray() 523 …ject,const char *string,cJSON *item) {cJSON_AddItemToObject(object,string,create_reference(item));} in cJSON_AddItemReferenceToObject()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 1931 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference() function 2062 return add_item_to_array(array, create_reference(item, &global_hooks)); in cJSON_AddItemReferenceToArray() 2072 …return add_item_to_object(object, string, create_reference(item, &global_hooks), &global_hooks, fa… in cJSON_AddItemReferenceToObject()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 1940 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference() function 2071 return add_item_to_array(array, create_reference(item, &global_hooks)); in cJSON_AddItemReferenceToArray() 2081 …return add_item_to_object(object, string, create_reference(item, &global_hooks), &global_hooks, fa… in cJSON_AddItemReferenceToObject()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | cgraph.h | 169 ipa_ref *create_reference (symtab_node *referred_node, 175 ipa_ref *create_reference (symtab_node *referred_node,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | cgraph.h | 169 ipa_ref *create_reference (symtab_node *referred_node, 175 ipa_ref *create_reference (symtab_node *referred_node,
|