Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/jinja2/
Dfilters.py217 def sort_func(item): function
255 def sort_func(item): function
263 def sort_func(item, processor=sort_func or (lambda x: x)): function
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc607 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
Drepeated_composite_container.cc548 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local