Home
last modified time | relevance | path

Searched defs:sort_func (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/misc/lwsac/
Dlwsac.c30 lws_list_ptr_sort_func_t sort_func) in lws_list_ptr_insert()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc602 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript() local
Drepeated_composite_container.cc422 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript() local
/third_party/node/tools/inspector_protocol/jinja2/
Dfilters.py234 def sort_func(item): function
/third_party/skia/third_party/externals/jinja2/
Dfilters.py290 def sort_func(item): function
/third_party/node/deps/v8/third_party/jinja2/
Dfilters.py290 def sort_func(item): function
/third_party/jinja2/
Dfilters.py370 def sort_func(item: t.Tuple[t.Any, t.Any]) -> t.Any: function