HomeSort by relevance Sort by last modified time
    Searched refs:cJSON_CreateBool (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/libs/cjson/includes/
cJSON.h 107 extern cJSON *cJSON_CreateBool(int b);
161 #define cJSON_AddBoolToObject(object, name, b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b))
  /external/vulkan-validation-layers/libs/cjson/
cJSON.c 1048 cJSON *cJSON_CreateBool(int b) {
    [all...]

Completed in 157 milliseconds