Lines Matching refs:cJSON
2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
31 static void assert_is_int64(cJSON *int64_number_item)
39 cJSON *item = NULL;
40 cJSON *found = NULL;
73 cJSON *item = NULL;
74 cJSON *found = NULL;
107 cJSON number[1] = {{NULL, NULL, NULL, cJSON_Number | cJSON_IsInt64, NULL, 0, 0, NULL}};
132 cJSON item[1];
148 cJSON *item = cJSON_CreateString("item");
162 cJSON *string = cJSON_CreateString("test");
163 cJSON *number = cJSON_CreateInt64Number(1LL);