OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cJSON_StringIsConst
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/libs/cjson/includes/
cJSON.h
43
#define
cJSON_StringIsConst
512
/external/vulkan-validation-layers/libs/cjson/
cJSON.c
80
if (!(c->type &
cJSON_StringIsConst
) && c->string) cJSON_free(c->string);
962
if (!(item->type &
cJSON_StringIsConst
) && item->string) cJSON_free(item->string);
964
item->type |=
cJSON_StringIsConst
;
[
all
...]
Completed in 113 milliseconds