OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cJSON_Number
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/loader/
cJSON.h
37
#define
cJSON_Number
3
57
int valueint; /* The item's number, if type==
cJSON_Number
*/
58
double valuedouble; /* The item's number, if type==
cJSON_Number
*/
cJSON.c
133
item->type =
cJSON_Number
;
588
case
cJSON_Number
:
612
case
cJSON_Number
:
[
all
...]
/external/vulkan-validation-layers/libs/vkjson/
vkjson.cc
475
if (json_value->type !=
cJSON_Number
|| !IsIntegral(d) ||
492
if (json_value->type !=
cJSON_Number
|| !IsIntegral(d) ||
509
if (json_value->type !=
cJSON_Number
)
Completed in 56 milliseconds