Searched refs:sort_func (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/ |
D | gthreadpool.c | 99 GCompareDataFunc sort_func; member 145 if (pool->sort_func) in g_thread_pool_queue_push_unlocked() 148 pool->sort_func, in g_thread_pool_queue_push_unlocked() 581 retval->sort_func = NULL; in g_thread_pool_new() 1082 real->sort_func = func; in g_thread_pool_set_sort_function() 1087 real->sort_func, in g_thread_pool_set_sort_function()
|
/third_party/libwebsockets/lib/misc/lwsac/ |
D | lwsac.c | 30 lws_list_ptr_sort_func_t sort_func) in lws_list_ptr_insert() argument 32 while (sort_func && *head) { in lws_list_ptr_insert() 33 if (sort_func(add, *head) <= 0) in lws_list_ptr_insert()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 422 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript() local 423 if (sort_func != NULL) { in Subscript() 426 PyDict_SetItemString(kwds, "cmp", sort_func); in Subscript()
|
D | repeated_scalar_container.cc | 602 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript() local 603 if (sort_func != NULL) { in Subscript() 606 if (PyDict_SetItemString(kwds, "cmp", sort_func) == -1) in Subscript()
|
/third_party/skia/third_party/externals/jinja2/ |
D | filters.py | 290 def sort_func(item): function 298 return sorted(value.items(), key=sort_func, reverse=reverse)
|
/third_party/jinja2/ |
D | filters.py | 290 def sort_func(item): function 298 return sorted(value.items(), key=sort_func, reverse=reverse)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | filters.py | 234 def sort_func(item): function 242 return sorted(value.items(), key=sort_func, reverse=reverse)
|