Home
last modified time | relevance | path

Searched refs:sortme (Results 1 – 1 of 1) sorted by relevance

/third_party/cJSON/tests/
Dold_utils_tests.c143 cJSON *sortme = NULL; in sort_tests() local
148 sortme = cJSON_CreateObject(); in sort_tests()
152 cJSON_AddItemToObject(sortme, buf, cJSON_CreateNumber(1)); in sort_tests()
155 cJSONUtils_SortObject(sortme); in sort_tests()
158 current_element = sortme->child->next; in sort_tests()
165 cJSON_Delete(sortme); in sort_tests()