Home
last modified time | relevance | path

Searched refs:add_item_to_object (Results 1 - 1 of 1) sorted by relevance

/third_party/cJSON/
H A DcJSON.c2259 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const item, const internal_hooks * const hooks, const cJSON_bool constant_key) in add_item_to_object() function
2298 return add_item_to_object(object, string, item, &global_hooks, false); in CJSON_PUBLIC()
2304 return add_item_to_object(object, string, item, &global_hooks, true); in CJSON_PUBLIC()
2324 return add_item_to_object(object, string, create_reference(item, &global_hooks), &global_hooks, false); in CJSON_PUBLIC()
2330 if (add_item_to_object(object, name, null, &global_hooks, false)) in cJSON_AddNullToObject()
2342 if (add_item_to_object(object, name, true_item, &global_hooks, false)) in cJSON_AddTrueToObject()
2354 if (add_item_to_object(object, name, false_item, &global_hooks, false)) in cJSON_AddFalseToObject()
2366 if (add_item_to_object(object, name, bool_item, &global_hooks, false)) in cJSON_AddBoolToObject()
2379 if (add_item_to_object(object, name, int_item, &global_hooks, false)) in cJSON_AddInt64NumberToObject()
2392 if (add_item_to_object(objec in cJSON_AddNumberToObject()
[all...]

Completed in 3 milliseconds