Home
last modified time | relevance | path

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

/third_party/cJSON/
H A DcJSON.c2250 static void* cast_away_const(const void* string) in cast_away_const() function
2271 new_key = (char*)cast_away_const(string); in add_item_to_object()
2789 item->valuestring = (char*)cast_away_const(string); in cJSON_CreateStringReference()
2800 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateObjectReference()
2810 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateArrayReference()

Completed in 4 milliseconds